summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-01 19:37:07 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-01 19:37:07 +0500
commit4abe6037bbc57bba77b0ceb9014595e37f9d1710 (patch)
tree52043f9101b8d6ca692587d72c9599b6ab85e60b /web/sass-files/sass/partials
parent4a214cdaa2912f48dec4361722522c424384af49 (diff)
downloadchat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.tar.gz
chat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.tar.bz2
chat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.zip
Fixing system console and changing swapping icon with reply icon
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
-rw-r--r--web/sass-files/sass/partials/_responsive.scss40
2 files changed, 22 insertions, 22 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 1f7a55cd0..be85ef07b 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -597,7 +597,7 @@ body.ios {
position: absolute;
right: 0;
top: 30px;
- width: 85px;
+ width: 65px;
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% - 95px);
+ width: calc(100% - 75px);
p {
margin: 0 0 0.4em;
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index a37974c7a..832481cc5 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -72,23 +72,19 @@
}
- .post {
-
- .post-list__content & {
+}
- &:hover {
- background: transparent;
- }
+@media screen and (max-width: 768px) {
- .comment-icon__container {
- visibility: hidden;
- }
+ .signup-team__container {
+ font-size: 1em;
+ }
- }
+ .date-separator.hovered--after:before, .new-separator.hovered--after:before {
+ background: none !important;
+ }
- .dropdown, .post__reply {
- visibility: visible;
- }
+ .post {
.post__dropdown {
line-height: 9px;
@@ -106,17 +102,21 @@
}
- }
+ .post-list__content & {
-}
+ &:hover {
+ background: transparent;
+ }
-@media screen and (max-width: 768px) {
+ .comment-icon__container {
+ visibility: visible;
+ }
- .signup-team__container {
- font-size: 1em;
- }
+ }
- .post {
+ .dropdown, .post__reply {
+ visibility: visible;
+ }
.post__body {
width: calc(100% - 75px);