Fixed workspaces indicator overflowing the sidebar

This commit is contained in:
mr. M
2024-12-06 15:47:24 +01:00
parent 53a6b8178a
commit f755ed9710
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ xul|button {
font-weight: 500 !important;
border: 1px solid var(--zen-colors-border);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
button:not(#zen-workspaces-button):active {

View File

@@ -419,11 +419,11 @@
display: block;
position: absolute;
max-width: 100%;
max-width: calc(100% - var(--zen-toolbox-padding) * 4);
}
& #zen-current-workspace-indicator-icon:not([hidden]) + #zen-current-workspace-indicator-name {
margin-left: 22px;
margin-left: 24px;
}
}