mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-29 05:31:22 -08:00
Fix: URL Bar - Reload button padding
This commit is contained in:
parent
bc39e2bcfe
commit
79fdf7380e
2 changed files with 5 additions and 5 deletions
|
|
@ -7368,7 +7368,7 @@
|
|||
}
|
||||
|
||||
#urlbar {
|
||||
padding-right: var(--uc-toolbarbutton-size);
|
||||
padding-right: calc(var(--uc-toolbarbutton-size) - var(--urlbar-margin-inline) / 2);
|
||||
}
|
||||
|
||||
#nav-bar-customization-target > #stop-reload-button {
|
||||
|
|
@ -7376,7 +7376,7 @@
|
|||
position: relative;
|
||||
--toolbarbutton-hover-background: var(--urlbar-box-hover-bgcolor);
|
||||
color: var(--urlbar-box-hover-text-color) !important;
|
||||
margin-left: calc(-1 * (15px + var(--urlbar-margin-inline) + var(--uc-toolbarbutton-padding)));
|
||||
margin-left: calc(-1 * (var(--uc-toolbarbutton-size) + var(--urlbar-margin-inline)));
|
||||
}
|
||||
|
||||
#nav-bar-customization-target > #stop-reload-button > .toolbarbutton-1 > .toolbarbutton-icon {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/reload_button_in_urlbar.css made available under Mozilla Public License v. 2.0
|
||||
// See the above repository for updates as well as full license text.
|
||||
#urlbar {
|
||||
padding-right: var(--uc-toolbarbutton-size);
|
||||
padding-right: calc(var(--uc-toolbarbutton-size) - (var(--urlbar-margin-inline) / 2));
|
||||
}
|
||||
|
||||
#nav-bar-customization-target > #stop-reload-button {
|
||||
|
|
@ -9,9 +9,9 @@
|
|||
position: relative;
|
||||
|
||||
--toolbarbutton-hover-background: var(--urlbar-box-hover-bgcolor);
|
||||
color: var(--urlbar-box-hover-text-color) !important;
|
||||
color: var(--urlbar-box-hover-text-color) !important;
|
||||
|
||||
margin-left: calc( -1 * ( #{ 16px - 1px } + var(--urlbar-margin-inline) + var(--uc-toolbarbutton-padding)));
|
||||
margin-left: calc( -1 * (var(--uc-toolbarbutton-size) + var(--urlbar-margin-inline)));
|
||||
}
|
||||
|
||||
#nav-bar-customization-target > #stop-reload-button > .toolbarbutton-1 > .toolbarbutton-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue