diff options
| author | Volpeon <git@volpeon.ink> | 2025-03-28 16:07:29 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2025-03-28 16:07:29 +0100 |
| commit | c29639657dd52c63c6dd5b39ec331d64cee80189 (patch) | |
| tree | a45db543c873e8b46c42e5213c5b0b4986a79370 /src/_thread.scss | |
| parent | New variable organizing (diff) | |
| download | furbase-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.scss | 11 |
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 | } |
