Fix top bar gap (again)
This commit is contained in:
parent
d62cdffcc0
commit
2e67ebd881
|
@ -179,7 +179,7 @@
|
||||||
border-right: 1px solid var(--grey30);
|
border-right: 1px solid var(--grey30);
|
||||||
border-bottom: 1px solid var(--grey30);
|
border-bottom: 1px solid var(--grey30);
|
||||||
border-radius: 0 0 20px 20px;
|
border-radius: 0 0 20px 20px;
|
||||||
top: 36px !important;
|
top: var(--topBarBlockSize) !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
|
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue