From 67c561601d8bd88aabe44548e66948b4a3f8a053 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 1 Dec 2024 22:04:25 +0800 Subject: [PATCH] chore: tweak top bar height --- src/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index ae7ef41f..74e84fd2 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -7,7 +7,7 @@ --bew-radius: 12px; --bew-radius-half: calc(var(--bew-radius) / 2); - --bew-top-bar-height: 68px; + --bew-top-bar-height: 60px; // #region Filters // Use this in all components (except dialogs) if you want to add a frosted glass effect