Skip to content

Commit

Permalink
Remove border-radius from zen-browser-container and clean up vertical…
Browse files Browse the repository at this point in the history
…-tabs CSS for improved layout
  • Loading branch information
mr-cheff committed Nov 28, 2024
1 parent 66254e7 commit eb72f81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
position: relative;

box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
border-radius: var(--zen-border-radius);
overflow: hidden;
margin: 1px;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,13 +508,6 @@
--zen-toolbox-max-width: calc(var(--tab-min-width) + var(--zen-toolbox-padding) * 2);
max-width: var(--zen-toolbox-max-width) !important;
min-width: var(--zen-toolbox-max-width) !important;
--zen-tabbar-offset: 1px; /* Fix the tabbar offset, because there's a shadow */
&[zen-right-side='true'] {
margin-left: var(--zen-tabbar-offset);
}
&:not([zen-right-side='true']) {
margin-right: var(--zen-tabbar-offset);
}
& #zen-current-workspace-indicator-name,
& .toolbarbutton-text {
display: none !important;
Expand Down

0 comments on commit eb72f81

Please sign in to comment.