Dialogs: fix non subdialogs

This commit is contained in:
Rafael Mardojai CM 2021-06-06 17:39:04 -05:00
parent d01cc45c68
commit 4dbb5d2c26
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ dialog[subdialog] {
box-shadow: var(--gnome-popover-shadow) !important;
padding: 0 !important;
}
dialog {
padding: 0 !important;
}
/* Content */
.dialog-content-box {