From e81ebe5e31d211acaa937ab68752129c4f7d1753 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 26 Nov 2025 11:26:12 +0100 Subject: Update --- src/_badge.scss | 4 ++++ src/_core.vars.scss | 3 +++ src/_thread.scss | 16 +++++++++++++++- 3 files changed, 22 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/_badge.scss b/src/_badge.scss index c74eb29..4200f01 100644 --- a/src/_badge.scss +++ b/src/_badge.scss @@ -18,6 +18,10 @@ --color: #{props.get(core.$theme, --yellow, --800-text)}; } } + + .userTitleBadge { + max-width: 100%; + } } @mixin styles--dark { diff --git a/src/_core.vars.scss b/src/_core.vars.scss index 6ccb430..9629dd3 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss @@ -411,6 +411,9 @@ $themes-spec: ( --wcfSidebarDimmedLink: --wcfSidebarDimmedText, --wcfSidebarDimmedLinkActive: --wcfSidebarDimmedText, + --wcfHeaderSearchBoxBackground: --base --200, + --wcfHeaderSearchBoxBackgroundActive: --base --200, + --wcfTabularBoxBackgroundActive: --base --100, --wcfStatusInfoBackground: --base --100, diff --git a/src/_thread.scss b/src/_thread.scss index a67348a..77b8195 100644 --- a/src/_thread.scss +++ b/src/_thread.scss @@ -32,6 +32,10 @@ } } + .vlpnSignatureMobile { + display: none; + } + .quoteBoxTitle a { text-decoration-line: none; } @@ -42,8 +46,18 @@ @media screen and (max-width: 768px) { .messageSignature { + display: block; + margin-top: 20px; + border-top: 1px solid props.get(core.$theme, --wcfContentBorderInner); + padding-top: 10px; + } + + .vlpnSignature { + display: none; + } + + .vlpnSignatureMobile { display: block; - opacity: 0.6; } } } -- cgit v1.2.3-70-g09d2