Skip to content

Commit

Permalink
Fixed workspaces indicator overflowing the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 6, 2024
1 parent 53a6b81 commit f755ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/browser/base/content/zen-styles/zen-buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/browser/base/content/zen-styles/zen-workspaces.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit f755ed9

Please sign in to comment.