mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 12:43:54 +02:00
9 lines
372 B
CSS
9 lines
372 B
CSS
#nav-bar {
|
|
margin-top: var(--zen-element-separation) !important;
|
|
margin-bottom: var(--zen-element-separation) !important;
|
|
}
|
|
toolbarbutton.titlebar-button {
|
|
height: calc(38px + 2 * var(--zen-element-separation)) !important;
|
|
width: calc(38px + 2 * var(--zen-element-separation)) !important;
|
|
margin-top: calc(-1 * var(--zen-element-separation)) !important;
|
|
}
|