summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-09 13:44:28 -0700
committernickago <ngonella@calpoly.edu>2015-07-09 13:44:28 -0700
commit04b80b6a25cddce0a44da1409ddc430bc8e797f5 (patch)
tree90d57d50ec325e6b4f26608d4c3c20e1e21ce11e /web/sass-files/sass/partials/_responsive.scss
parent38532013fa7e9b152d3750d73c149ff727881342 (diff)
parent763618ef3613d0af6baea0e1d49abb6641979841 (diff)
downloadchat-04b80b6a25cddce0a44da1409ddc430bc8e797f5.tar.gz
chat-04b80b6a25cddce0a44da1409ddc430bc8e797f5.tar.bz2
chat-04b80b6a25cddce0a44da1409ddc430bc8e797f5.zip
Merge branch 'master' of https://github.com/mattermost/platform into MM-831
merge
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss32
1 files changed, 22 insertions, 10 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 1a2befc3f..0eeaa3615 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -1,6 +1,13 @@
@media screen and (max-width: 1800px) {
.inner__wrap {
&.move--left {
+ .date-separator, .new-separator {
+ &.hovered--comment {
+ &:before, &:after {
+ background: none;
+ }
+ }
+ }
.post {
&.same--root {
margin-left: 60px;
@@ -82,6 +89,13 @@
max-width: 810px;
}
}
+ .date-separator, .new-separator {
+ &.hovered--comment {
+ &:before, &:after {
+ background: none;
+ }
+ }
+ }
.post {
&.same--root {
margin-left: 60px;
@@ -207,17 +221,15 @@
}
@media screen and (max-width: 768px) {
- #post-list {
- .date-seperator, .new-separator {
- &.hovered--after {
- &:before {
- background: none;
- }
+ .date-separator, .new-separator {
+ &.hovered--after {
+ &:before {
+ background: none;
}
- &.hovered--before {
- &:after {
- background: none;
- }
+ }
+ &.hovered--before {
+ &:after {
+ background: none;
}
}
}