summaryrefslogtreecommitdiffstats
path: root/src/_thread.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_thread.scss')
-rw-r--r--src/_thread.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_thread.scss b/src/_thread.scss
index e4feb1c..a67348a 100644
--- a/src/_thread.scss
+++ b/src/_thread.scss
@@ -35,4 +35,15 @@
35 .quoteBoxTitle a { 35 .quoteBoxTitle a {
36 text-decoration-line: none; 36 text-decoration-line: none;
37 } 37 }
38
39 .attachmentThumbnail {
40 background-color: props.get(core.$theme, --base, --75);
41 }
42
43 @media screen and (max-width: 768px) {
44 .messageSignature {
45 display: block;
46 opacity: 0.6;
47 }
48 }
38} 49}