feat: Add a small border on double toolbar for better aligment, p=#10874, c=common

This commit is contained in:
mr. m
2025-10-19 20:38:37 +02:00
committed by GitHub
parent cfe05fe248
commit f8bfcb87bc

View File

@@ -136,13 +136,9 @@
z-index: 2;
}
#nav-bar {
/* For some reason, Firefox adds a really small border to the top of the nav-bar */
:root[zen-single-toolbar='true'] #nav-bar {
border-top: none !important;
:root[zen-single-toolbar='true'] & {
--zen-toolbar-height: 38px;
}
--zen-toolbar-height: 38px;
}
#zen-main-app-wrapper {