Fix: Padding - Protection popup menu #627

This commit is contained in:
alstjr7375 2023-02-16 02:48:02 +09:00
parent cd30249e15
commit 998095f01c
2 changed files with 10 additions and 4 deletions

View file

@ -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 */