summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-01 21:04:37 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-01 21:04:37 -0800
commit3e51a9ea2a3107f7de71059c7a3447d6eded8d75 (patch)
tree7731d49e07fda7d8cd50a60fc4e7b993cb2acad5 /web/sass-files/sass/partials/_post.scss
parentc8f642a499215331e578fed409257ac2647b7f0f (diff)
downloadchat-3e51a9ea2a3107f7de71059c7a3447d6eded8d75.tar.gz
chat-3e51a9ea2a3107f7de71059c7a3447d6eded8d75.tar.bz2
chat-3e51a9ea2a3107f7de71059c7a3447d6eded8d75.zip
PLT-1310 moving permalink to dropdown
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index ed1632681..4e9c4a9cf 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -564,7 +564,6 @@ body.ios {
display: inline-block;
visibility: hidden;
top: -1px;
- float: right;
.dropdown-menu {
right: 0;
@@ -794,4 +793,5 @@ body.ios {
.permalink-popover {
min-width: 320px;
+ margin-left: 50px !important;
}