summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss23
1 files changed, 7 insertions, 16 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index e2c89a6f2..1a2befc3f 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -210,10 +210,14 @@
#post-list {
.date-seperator, .new-separator {
&.hovered--after {
- background: none;
+ &:before {
+ background: none;
+ }
}
&.hovered--before {
- background: none;
+ &:after {
+ background: none;
+ }
}
}
}
@@ -224,23 +228,10 @@
&:hover {
background: none;
}
- &.current--user {
- &:hover {
- .post-body {
- background: #f5f5f5;
- }
- }
- }
&.post--comment {
&.other--root {
&:hover {
background: none;
- .post-body {
- background: none;
- .post-comment {
- background: #f5f5f5;
- }
- }
}
}
}
@@ -598,7 +589,7 @@
&.post--comment {
&.other--root {
.post-comment {
- margin-left: 4px;
+ margin-left: 11px;
}
}
}