dialogs: Improve paddings on commonDialog

This commit is contained in:
Rafael Mardojai CM 2023-04-11 18:58:35 -05:00
parent c156de7148
commit bffd15ac21
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 3 additions and 1 deletions

View File

@ -42,11 +42,13 @@ dialog#handling {
}
/* Content */
.box-inherit[part="content-box"],
.dialog-content-box {
padding: 24px;
padding-bottom: 0;
}
.box-inherit[part="content-box"] {
padding: 12px 24px 12px 24px;
}
#titleContainer {
justify-content: center !important;
}