From 619edc35cb4c09c1c8cfcfb73aab88b8de437496 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 14 Jun 2020 21:07:31 -0500 Subject: [PATCH] JS prompt dialogs: better vertical centering --- theme/parts/popups.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index cb10886..d150138 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -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;