summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-21 17:38:51 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-21 17:38:51 -0400
commitb7d523f97d08465f3103c673ffd30306018f13f8 (patch)
tree273283e83988c74df9a934a99f70036354050231
parentbd4fd876a89fea4d220dd237f65d21ecb6b0a0fc (diff)
downloadchat-b7d523f97d08465f3103c673ffd30306018f13f8.tar.gz
chat-b7d523f97d08465f3103c673ffd30306018f13f8.tar.bz2
chat-b7d523f97d08465f3103c673ffd30306018f13f8.zip
Changed post menu label to be ... and to make it visible at all times on small screens (ie mobile devices)
-rw-r--r--web/sass-files/sass/partials/_responsive.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index a33d69378..b3d3cd7ea 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -239,6 +239,11 @@
}
&:hover {
background: none;
+ .post-header .post-header-col.post-header__reply {
+ .dropdown-toggle:after {
+ content: '...';
+ }
+ }
}
&.post--comment {
&.other--root {
@@ -247,6 +252,11 @@
}
}
}
+ .post-header .post-header-col.post-header__reply {
+ .dropdown-toggle:after {
+ content: '...';
+ }
+ }
}
.signup-team__container {
padding: 30px 0;