mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Fixed workspace indicator margin for windows
Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
@@ -460,7 +460,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
max-height: var(--zen-workspace-indicator-height);
|
max-height: var(--zen-workspace-indicator-height);
|
||||||
min-height: var(--zen-workspace-indicator-height);
|
min-height: var(--zen-workspace-indicator-height);
|
||||||
gap: 12px;
|
gap: var(--tab-icon-end-margin);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Reference in New Issue
Block a user