summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-15 16:31:07 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-16 09:55:00 -0500
commitc7fb1f7fe94cd018daa7de2b85a2246eaff9f111 (patch)
tree3ceedc017821494d6d386d7db3185aba5abc656f /web/sass-files/sass
parent07638f7e7dd6718155eb650562d71063e7756de5 (diff)
downloadchat-c7fb1f7fe94cd018daa7de2b85a2246eaff9f111.tar.gz
chat-c7fb1f7fe94cd018daa7de2b85a2246eaff9f111.tar.bz2
chat-c7fb1f7fe94cd018daa7de2b85a2246eaff9f111.zip
Hid floating timestamp header on non-mobile
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_post.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 9acac9532..88842c973 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -265,6 +265,7 @@ body.ios {
@include single-transition(all, 0.3s, ease);
@include translateY(-45px);
@include opacity(0);
+ display: none;
&.scrolling {
@include single-transition(all, 0.3s, ease);