1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 23:00:01 +02:00

fix: Fixed single toolbar mode having labels on buttons, b=(no-bug), c=common, tabs

This commit is contained in:
mr. m 2025-05-18 14:43:11 +02:00
parent 26163c62da
commit ccb1bc521c
No known key found for this signature in database
GPG key ID: 419302196C23B258
2 changed files with 3 additions and 5 deletions

View file

@ -24,10 +24,6 @@
border-radius: calc(var(--toolbarbutton-border-radius) - 2px);
--urlbarView-results-padding: 10px !important;
:root:not([zen-single-toolbar='true']) &[zen-floating-urlbar='true'] {
--urlbar-container-padding: 2px !important;
}
--urlbar-margin-inline: 5px;
--urlbar-container-padding: 5px;
:root[zen-single-toolbar='true'] {

View file

@ -711,7 +711,8 @@
padding-bottom: var(--zen-toolbox-padding); /* Apply bottom padding */
/* Hide text labels */
& .zen-current-workspace-indicator-name {
& .zen-current-workspace-indicator-name,
& zen-workspace .toolbarbutton-text {
display: none !important;
}
@ -761,6 +762,7 @@
& #titlebar {
display: grid;
grid-template-rows: auto 1fr; /* Allow content below button box */
overflow: hidden;
}
/* Style top buttons customization target */