summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-28 14:46:43 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-28 14:46:43 -0500
commit761488b74588dc77601b961944d415a2391c1c1f (patch)
tree9b5bf4bbe5ca903bd39a951ccf70f7323275ff66 /web/sass-files/sass/partials/_post.scss
parentdb37897538f134b29784453797510c20e1e9303c (diff)
parentce2ec34e585bd5f9c319936ae66fe764dabac0e3 (diff)
downloadchat-761488b74588dc77601b961944d415a2391c1c1f.tar.gz
chat-761488b74588dc77601b961944d415a2391c1c1f.tar.bz2
chat-761488b74588dc77601b961944d415a2391c1c1f.zip
Merge pull request #2014 from asaadmahmoodspin/ui-improvements
Adding reply icon
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss18
1 files changed, 15 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index ef2366686..1f7a55cd0 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -408,7 +408,7 @@ body.ios {
@include legacy-pie-clearfix;
&:hover {
- .dropdown, .comment-icon__container {
+ .dropdown, .comment-icon__container, .post__reply {
visibility: visible;
}
.permalink-icon {
@@ -597,7 +597,7 @@ body.ios {
position: absolute;
right: 0;
top: 30px;
- width: 65px;
+ width: 85px;
white-space: nowrap;
}
@@ -666,7 +666,7 @@ body.ios {
word-wrap: break-word;
padding: 0.2em 0.5em 0em;
@include legacy-pie-clearfix;
- width: calc(100% - 75px);
+ width: calc(100% - 95px);
p {
margin: 0 0 0.4em;
@@ -754,6 +754,18 @@ body.ios {
visibility: hidden;
}
+ .post__reply {
+ display: inline-block;
+ margin-right: 6px;
+ visibility: hidden;
+ svg {
+ width: 18px;
+ top: 3px;
+ fill: inherit;
+ position: relative;
+ }
+ }
+
.comment-icon__container {
fill: $primary-color;
display: inline-block;