mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 15:53:52 -08:00
Fix: Protection Popup - bottom padding at commpact mode
This commit is contained in:
parent
13d3c5030b
commit
0c1de6a415
1 changed files with 1 additions and 1 deletions
|
|
@ -3200,7 +3200,7 @@ menupopup > menu {
|
|||
}
|
||||
/* not cut off for Protection popup Footer on windows */
|
||||
:root[uidensity="compact"] #protections-popup-multiView #protections-popup-footer {
|
||||
padding: 3px 0 20px !important;
|
||||
padding: 3px 0 10px !important;
|
||||
}
|
||||
/* Button and disabled category in Protection popup */
|
||||
:root[uidensity="compact"] #protections-popup-multiView .protections-popup-footer-button,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue