From 2b80620cee554560ef5f6eb078c2c5f5d0532326 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Fri, 14 Aug 2015 17:12:02 -0700 Subject: Private message channels no longer refresh on creation/first use --- web/sass-files/sass/partials/_sidebar--left.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss index bf2a1de50..a38d4e1f0 100644 --- a/web/sass-files/sass/partials/_sidebar--left.scss +++ b/web/sass-files/sass/partials/_sidebar--left.scss @@ -122,3 +122,8 @@ } } } + +.channel-loading-gif { + height:15px; + width:15px; +} -- cgit v1.2.3-1-g7c22 From f2b06cfc7c847f687582b1855959fdd885e3fac8 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Fri, 14 Aug 2015 18:26:09 -0700 Subject: Added feature to the 'More...' PM channel list and fixed small cosmetic issues --- web/sass-files/sass/partials/_sidebar--left.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss index a38d4e1f0..6d9f2ad8b 100644 --- a/web/sass-files/sass/partials/_sidebar--left.scss +++ b/web/sass-files/sass/partials/_sidebar--left.scss @@ -126,4 +126,5 @@ .channel-loading-gif { height:15px; width:15px; + margin-top:2px; } -- cgit v1.2.3-1-g7c22