Bunch of hotfixes

This commit is contained in:
mauro-balades
2024-09-03 23:33:29 +02:00
parent 7636a1f015
commit 7dab354bc1
4 changed files with 31 additions and 3 deletions

View File

@@ -71,6 +71,10 @@
-moz-window-dragging: no-drag;
--zen-sidebar-action-button-width: 38px;
padding-bottom: calc(5px + 5px); /* Taking into consideration the padding of the sidebar without being inlined */
:root[zen-sidebar-legacy="true"] & {
padding-top: 0 !important;
}
}
#TabsToolbar-customization-target {
@@ -117,7 +121,7 @@
}
.tabbrowser-tab {
--zen-browser-tab-icon-size: 18px;
--zen-browser-tab-icon-size: 16px;
--tab-min-width: 36px;
margin: 0 auto;
border-radius: 8px;

View File

@@ -1,6 +1,6 @@
#zen-workspaces-button {
--zen-workspaces-button-vmargin: 0.35rem;
--zen-workspaces-button-vmargin: 0.4rem;
border: 1px solid var(--zen-colors-border);
border-radius: 50px;
width: calc(var(--zen-sidebar-action-button-width) - 5px) !important;
@@ -10,6 +10,10 @@
justify-content: center;
align-items: center;
display: flex;
:root[zen-sidebar-legacy="true"] & {
margin-top: 0 !important;
}
}
#zen-workspaces-button .zen-workspace-sidebar-name {