mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-25 06:06:10 +00:00
feat: Add a small border on double toolbar for better aligment, p=#10874, c=common
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user