summaryrefslogtreecommitdiffstats
path: root/src/_thread.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-03-28 16:07:29 +0100
committerVolpeon <git@volpeon.ink>2025-03-28 16:07:29 +0100
commitc29639657dd52c63c6dd5b39ec331d64cee80189 (patch)
treea45db543c873e8b46c42e5213c5b0b4986a79370 /src/_thread.scss
parentNew variable organizing (diff)
downloadfurbase-design-2024-c29639657dd52c63c6dd5b39ec331d64cee80189.tar.gz
furbase-design-2024-c29639657dd52c63c6dd5b39ec331d64cee80189.tar.bz2
furbase-design-2024-c29639657dd52c63c6dd5b39ec331d64cee80189.zip
Bugfixes
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}