Fix top bar gap (again)

This commit is contained in:
Cohee 2023-09-13 15:24:55 +03:00
parent d62cdffcc0
commit 2e67ebd881
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
border-right: 1px solid var(--grey30);
border-bottom: 1px solid var(--grey30);
border-radius: 0 0 20px 20px;
top: 36px !important;
top: var(--topBarBlockSize) !important;
left: 0 !important;
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
}