mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fixed workspaces indicator overflowing the sidebar
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user