From 52c90f9630bafe8fe5bbafb2ed6cc2ffee90c8f4 Mon Sep 17 00:00:00 2001 From: refact0r Date: Sat, 11 Nov 2023 13:52:02 -0800 Subject: [PATCH] window control block fix --- midnight.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/midnight.css b/midnight.css index 3ec55ba4..5be5403c 100644 --- a/midnight.css +++ b/midnight.css @@ -346,10 +346,12 @@ a[href="https://support.discord.com"] /* hide help */ color: var(--text-5); } -/* window controls */ +/* top bar height */ [class^='typeWindows'] { - height: 20px; + height: var(--spacing) + 8px; } + +/* window controls */ [class^='winButton'] > svg { display: none; }