forked from ZenBrowserMirrors/zen-desktop
fix: Fixed single toolbar mode having labels on buttons, b=(no-bug), c=common, tabs
This commit is contained in:
parent
26163c62da
commit
ccb1bc521c
2 changed files with 3 additions and 5 deletions
|
@ -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'] {
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue