JS prompt dialogs: better vertical centering

This commit is contained in:
Rafael Mardojai CM 2020-06-14 21:07:31 -05:00
parent ffca5a6f69
commit 619edc35cb
1 changed files with 8 additions and 0 deletions

View File

@ -160,6 +160,14 @@ panel[type="autocomplete-richlistbox"] {
}
/* TODO: Move to a new file */
/* Browser dialog promts center */
.content-prompt {
display: flex !important;
align-items: center;
justify-content: center;
}
/* Browser dialog promts */
tabmodalprompt[role="dialog"] .tabmodalprompt-mainContainer {
background: var(--gnome-popover-background) !important;