summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-29 00:04:42 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-29 00:04:42 +0500
commitce2ec34e585bd5f9c319936ae66fe764dabac0e3 (patch)
tree9b5bf4bbe5ca903bd39a951ccf70f7323275ff66 /web/sass-files/sass/partials/_responsive.scss
parent0e69a871bb44705a23b82ad46fac41e1cad5fb3d (diff)
downloadchat-ce2ec34e585bd5f9c319936ae66fe764dabac0e3.tar.gz
chat-ce2ec34e585bd5f9c319936ae66fe764dabac0e3.tar.bz2
chat-ce2ec34e585bd5f9c319936ae66fe764dabac0e3.zip
Adding reply icon
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss38
1 files changed, 29 insertions, 9 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 7d1210f64..a37974c7a 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -78,16 +78,10 @@
&:hover {
background: transparent;
+ }
- .comment-icon__container {
- visibility: hidden;
-
- &.icon--show {
- visibility: visible;
- }
-
- }
-
+ .comment-icon__container {
+ visibility: hidden;
}
}
@@ -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;
}