mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-28 07:21:53 -08:00
Fix: Padding - Protection popup menu #627
This commit is contained in:
parent
cd30249e15
commit
998095f01c
2 changed files with 10 additions and 4 deletions
|
|
@ -25,12 +25,15 @@
|
|||
}
|
||||
/* not cut off for Protection popup Footer on windows */
|
||||
:root[uidensity="compact"] #protections-popup-multiView #protections-popup-footer {
|
||||
padding: 0 !important;
|
||||
padding-block-start: 0 !important;
|
||||
padding-block-end: 4px !important;
|
||||
}
|
||||
:root[uidensity="compact"] #protections-popup-content {
|
||||
margin-block: 0 !important;
|
||||
}
|
||||
/* Button and disabled category in Protection popup */
|
||||
:root[uidensity="compact"] #protections-popup-multiView .protections-popup-footer-button,
|
||||
:root[uidensity="compact"] #protections-popup-multiView .protections-popup-category {
|
||||
height: 20px !important;
|
||||
min-height: 20px !important;
|
||||
}
|
||||
/* Footer Button in Tracking Content Panel */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue