summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-01 09:54:04 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-01 09:54:04 -0500
commita6d2c2c2d943a88890087ccff3282481f1e44114 (patch)
tree532fee324f0f2de66bdd40fe1d61bff6a35f4753 /web/sass-files/sass/partials/_responsive.scss
parentcaf957312b4e71151319ebb7395ddac8fcac85fc (diff)
parent4abe6037bbc57bba77b0ceb9014595e37f9d1710 (diff)
downloadchat-a6d2c2c2d943a88890087ccff3282481f1e44114.tar.gz
chat-a6d2c2c2d943a88890087ccff3282481f1e44114.tar.bz2
chat-a6d2c2c2d943a88890087ccff3282481f1e44114.zip
Merge pull request #2039 from asaadmahmoodspin/ui-improvements
Fixing system console and changing swapping icon with 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, 20 insertions, 20 deletions
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);