mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: Context Navigation - Win7, 8 bottom padding to original
This commit is contained in:
parent
adec4e0d6f
commit
623008bc1b
1 changed files with 13 additions and 8 deletions
|
|
@ -894,14 +894,6 @@
|
|||
padding-inline-start: 0.5em;
|
||||
}
|
||||
|
||||
@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {
|
||||
menupopup > menuitem,
|
||||
menupopup > menu {
|
||||
/* Remove border */
|
||||
padding-block: calc(var(--menu-padding) - 2px) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
|
||||
:root:not([uidensity="touch"]) .menu-text,
|
||||
:root:not([uidensity="touch"]) .menu-iconic-text {
|
||||
|
|
@ -918,6 +910,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {
|
||||
/* Remove border */
|
||||
menupopup > menuitem,
|
||||
menupopup > menu {
|
||||
padding-block: calc(var(--menu-padding) - 2px) !important;
|
||||
}
|
||||
|
||||
/* Make to original */
|
||||
:root:not([uidensity="touch"]) #context-navigation:not([hidden]) {
|
||||
padding: 0 0 4px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Arrow Icon Align to Right */
|
||||
.bookmark-item.subviewbutton > .menu-right {
|
||||
margin-inline-end: 0 !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue