Fixed space between essentials/tabs and the workspace title is different for default vs others (closes https://github.com/zen-browser/desktop/issues/4329)

This commit is contained in:
mr. M
2025-01-14 16:54:40 +01:00
parent 9fd989106d
commit bdcc36c321

View File

@@ -474,8 +474,8 @@
max-width: calc(100% - var(--zen-toolbox-padding) * 4);
}
& #zen-current-workspace-indicator-icon:not([hidden]) + #zen-current-workspace-indicator-name {
padding-left: 24px;
& #zen-current-workspace-indicator-icon {
min-height: 16px;
}
}