From 18a4c80c18cfa4bf712dc87725f6e7ec1a823f08 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 30 Jun 2024 16:10:23 +0200 Subject: [PATCH] Update 0BDFDB.raw.css --- Library/_res/0BDFDB.raw.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Library/_res/0BDFDB.raw.css b/Library/_res/0BDFDB.raw.css index ed403dd1e2..9a4d040999 100644 --- a/Library/_res/0BDFDB.raw.css +++ b/Library/_res/0BDFDB.raw.css @@ -819,6 +819,32 @@ img:not([src]), img[src=""], img[src="null"] { flex: 1 1 auto; min-height: 32px; } +[REPLACE_CLASS_messagespopoutchannelseparator] { + display: flex; + align-items: center; + margin-bottom: 2px; +} +[REPLACE_CLASS_messagespopoutchannelseparator] [REPLACE_CLASS_messagespopoutmessagespopoutchannelname], +[REPLACE_CLASS_messagespopoutchannelseparator] [REPLACE_CLASS_messagespopoutmessagespopoutguildname] { + color: var(--header-secondary); +} +[REPLACE_CLASS_messagespopoutchannelseparator] [REPLACE_CLASS_messagespopoutmessagespopoutchannelname]:hover { + color: var(--header-primary); +} +[REPLACE_CLASS_messagespopoutchannelseparator] [REPLACE_CLASS_messagespopoutmessagespopoutchannelname]:not(:last-child) { + margin-right: 10px; +} +[REPLACE_CLASS_messagespopoutchannelseparator] [REPLACE_CLASS_messagespopoutmessagespopoutchannelname]:not(:last-child)::after { + content: ""; + border-bottom: 1px solid var(--text-muted); + width: 100%; + margin-left: 10px; +} +[REPLACE_CLASS_messagespopoutchannelseparator] [REPLACE_CLASS_messagespopoutmessagespopoutguildname] { + flex: 0 0 auto; + font-size: 12px; + width: unset; +} [REPLACE_CLASS_charcounter] { color: var(--channels-default);