summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index cb2431555..e3970b0e6 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -733,6 +733,24 @@
padding-top: 0;
}
+ .attachment {
+ .attachment__body__wrap {
+ .btn-close {
+ left: -2px;
+ }
+ }
+ }
+
+ &.post--comment {
+ .attachment {
+ .attachment__body__wrap {
+ .btn-close {
+ left: -13px;
+ }
+ }
+ }
+ }
+
.status-wrapper {
cursor: auto;
height: 14px;
@@ -942,6 +960,14 @@
border-color: $yellow;
}
}
+
+ .attachment {
+ .attachment__body__wrap {
+ .btn-close {
+ left: -11px;
+ }
+ }
+ }
}
&.same--root {