fix zoom reset button, menubar, moving tabs
This commit is contained in:
parent
837a6e6539
commit
1dea5bc95a
4 changed files with 17 additions and 10 deletions
|
@ -9,8 +9,6 @@
|
|||
--identity-box-margin-inline: 2px !important;
|
||||
}
|
||||
|
||||
/* color-mix(in srgb, var(--toolbar-field-focus-border-color) 50%, transparent) */
|
||||
|
||||
:root:not(:-moz-lwtheme) #urlbar {
|
||||
--urlbar-box-bgcolor: unset !important;
|
||||
}
|
||||
|
@ -141,3 +139,9 @@
|
|||
.urlbarView-row[pinned]>.urlbarView-row-inner>.urlbarView-no-wrap>.urlbarView-type-icon {
|
||||
fill: var(--toolbar-field-color) !important;
|
||||
}
|
||||
|
||||
#userContext-icons, #urlbar-zoom-button {
|
||||
padding-inline: var(--uc-urlbar-icon-inline-padding) !important;
|
||||
margin-block: 0 !important;
|
||||
margin-inline: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue