summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.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/_responsive.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/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss40
1 files changed, 30 insertions, 10 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 8491869a6..a37974c7a 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -78,21 +78,15 @@
&:hover {
background: transparent;
+ }
- .comment-icon__container {
- visibility: hidden;
-
- &.icon--show {
- visibility: visible;
- }
-
- }
-
+ .comment-icon__container {
+ visibility: hidden;
}
}
- .dropdown {
+ .dropdown, .post__reply {
visibility: visible;
}
@@ -124,8 +118,34 @@
.post {
+ .post__body {
+ width: calc(100% - 75px);
+ }
+
+ .post__reply {
+ margin-right: 20px;
+ float: right;
+
+ svg {
+ top: 1px;
+ }
+
+ }
+
+ &.other--root .post__reply {
+
+ &.post__reply--hide {
+ visibility: hidden;
+ }
+
+ }
+
.post__header {
+ .col__reply {
+ width: 65px;
+ }
+
.col__name {
pointer-events: none;
}