Remove border-radius from zen-browser-container and clean up vertical-tabs CSS for improved layout

This commit is contained in:
mr. M
2024-11-28 11:42:49 +01:00
parent 66254e79d3
commit eb72f81bf7
2 changed files with 0 additions and 8 deletions

View File

@@ -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;

View File

@@ -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;