Dialogs: Remove undesired padding in some dialogs

Fix #311
This commit is contained in:
Rafael Mardojai CM 2021-12-19 17:52:01 -05:00
parent 5321b91d08
commit e016e29ce3
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
window {
padding: 0 !important;
}
/* Browser dialog prompts center */
.content-prompt {
display: flex !important;