mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
6 lines
155 B
CSS
6 lines
155 B
CSS
|
|
/* Fix to tab margins when `zen.workspaces.show-workspace-indicator`
|
|
is set to false */
|
|
#zen-tabs-wrapper {
|
|
margin-top: var(--zen-toolbox-padding);
|
|
}
|