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.scss72
1 files changed, 46 insertions, 26 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 8491869a6..832481cc5 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -72,29 +72,19 @@
}
- .post {
-
- .post-list__content & {
-
- &:hover {
- background: transparent;
-
- .comment-icon__container {
- visibility: hidden;
-
- &.icon--show {
- visibility: visible;
- }
+}
- }
+@media screen and (max-width: 768px) {
- }
+ .signup-team__container {
+ font-size: 1em;
+ }
- }
+ .date-separator.hovered--after:before, .new-separator.hovered--after:before {
+ background: none !important;
+ }
- .dropdown {
- visibility: visible;
- }
+ .post {
.post__dropdown {
line-height: 9px;
@@ -112,20 +102,50 @@
}
- }
+ .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);
+ }
+
+ .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;
}