Update vertical-tabs.css, zen-urlbar.css, and zen-workspaces.css

This commit is contained in:
mauro-balades
2024-09-18 16:57:29 +02:00
parent 22043a0bf0
commit 7eaa083c61
3 changed files with 5 additions and 9 deletions

View File

@@ -70,8 +70,6 @@
max-width: unset !important;
padding: 0 !important;
font-size: var(--urlbarView-small-font-size);
position: relative;
height: calc(var(--tab-min-height) + var(--tab-block-margin) * 2) !important;
@@ -109,7 +107,6 @@
margin-inline-end: 0 !important;
padding-top: 0 !important;
border-top: solid transparent 0px !important;
margin: 0 2px !important;
&[showborder] {
padding-top: 4px !important;
@@ -471,5 +468,6 @@
margin-right: var(--zen-element-separation);
padding: 0 !important;
opacity: 0;
display: none;
}
}

View File

@@ -290,12 +290,11 @@ button.popup-notification-dropmarker {
#nav-bar {
padding-left: var(--zen-element-separation) !important;
}
.titlebar-button:last-child {
padding-right: var(--zen-element-separation) !important;
}
}
.titlebar-button:last-child {
padding-right: var(--zen-element-separation) !important;
}
#PersonalToolbar:not([collapsed="true"]) {
padding-bottom: 6px;

View File

@@ -32,7 +32,6 @@
& #zen-workspaces-button {
width: calc(var(--zen-sidebar-action-button-width) - 1px) !important;
margin-top: .2rem;
height: calc(var(--zen-sidebar-action-button-width) - 10px) !important;
}
& #zen-workspaces-button .zen-workspace-sidebar-name {
@@ -52,7 +51,7 @@
white-space: nowrap;
text-overflow: ellipsis;
display: flex;
padding: 2px 10px;
padding: 0 10px;
width: calc(100% - var(--zen-tabbrowser-padding) * 6) !important;
gap: 0.5ch;
}