summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-09 08:22:06 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-09 08:22:06 -0400
commitb15b297bb3b5ae6dc6d336b0a333e967b31092bf (patch)
treeb48a89da07b0c6b1d07692c532b85ee745cb45f0 /web/sass-files/sass/partials/_post.scss
parent64d4890a4109618b383f7cfe1acc541bd72a0899 (diff)
parent5c0680397de9d3cfd0018743e0b1d58dfbdca25d (diff)
downloadchat-b15b297bb3b5ae6dc6d336b0a333e967b31092bf.tar.gz
chat-b15b297bb3b5ae6dc6d336b0a333e967b31092bf.tar.bz2
chat-b15b297bb3b5ae6dc6d336b0a333e967b31092bf.zip
Merge pull request #623 from mattermost/plt-35
PLT-35 Add post list container to hold mounted post lists for faster rendering/channel switching.
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 231e6fe3f..a8e77f7d5 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -143,6 +143,12 @@ body.ios {
&.hide-scroll::-webkit-scrollbar {
width: 0px !important;
}
+ &.inactive {
+ display: none;
+ }
+ &.active {
+ display: inline;
+ }
}
.post-list__table {
display: table;