fix urlbar button misalignment (fx92)
This commit is contained in:
parent
76d21e0bcd
commit
788c058e0e
1 changed files with 8 additions and 1 deletions
|
@ -149,12 +149,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar-container {
|
#urlbar-container {
|
||||||
|
min-width: 208px !important;
|
||||||
max-height: 36px !important;
|
max-height: 36px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar,
|
#urlbar,
|
||||||
#searchbar {
|
#searchbar {
|
||||||
--urlbar-shadow: 0 0px 4px 0 #0001;
|
--urlbar-shadow: 0 0 4px 0 #0001;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
border-radius: 4px !important;
|
border-radius: 4px !important;
|
||||||
background-color: var(--toolbar-field-background-color) !important;
|
background-color: var(--toolbar-field-background-color) !important;
|
||||||
|
@ -540,6 +541,12 @@
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.urlbar-page-action {
|
||||||
|
padding: 0 !important;
|
||||||
|
background: none !important;
|
||||||
|
width: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
.urlbar-page-action:-moz-any(#reader-mode-button,
|
.urlbar-page-action:-moz-any(#reader-mode-button,
|
||||||
#pageActionButton,
|
#pageActionButton,
|
||||||
#pocket-button-box,
|
#pocket-button-box,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue