summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-01-11 09:57:27 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-01-11 09:57:27 -0500
commit01d6a48419d351f92c40f8ed9352fa203cc46e4a (patch)
tree621648425e7d6d973ef3cb1e25651e928b5d6bef /web/sass-files/sass/partials/_post.scss
parent7aa7f83524c06b6e0a9ec2274d4ac4744a83bda8 (diff)
parent7f1f7885e73b2e54b590adc2207d807cf72b3843 (diff)
downloadchat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.tar.gz
chat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.tar.bz2
chat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.zip
Merge pull request #1822 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 31ad586ba..7b7c2d73a 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -286,8 +286,10 @@ body.ios {
z-index: 50;
@include opacity(0);
@include single-transition(all, 0.3s);
+ display: none;
&.scrolling {
+ display: block;
@include opacity(1);
}
}
@@ -595,6 +597,7 @@ body.ios {
right: 0;
top: 30px;
width: 65px;
+ white-space: nowrap;
}
.permalink-popover {
@@ -628,8 +631,7 @@ body.ios {
.dropdown {
display: inline-block;
visibility: hidden;
- position: absolute;
- right: 0;
+ margin-right: 5px;
top: -1px;
.dropdown-menu {