From af27f5e25d36740baeb770932eba8362a018cc61 Mon Sep 17 00:00:00 2001 From: Gusted Date: Thu, 1 Jul 2021 21:58:55 +0200 Subject: [PATCH] Remove center rule at non-center selector --- js/dlg/message-box.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/dlg/message-box.css b/js/dlg/message-box.css index 937f1d1f..1f5058f0 100644 --- a/js/dlg/message-box.css +++ b/js/dlg/message-box.css @@ -3,8 +3,6 @@ left: 0; right: 0; bottom: 0; - justify-content: center; - align-items: center; display: flex; position: fixed; background-color: rgba(0, 0, 0, 0.45);