From 0d76e913aca80f0ac727e4498a62a79dd995eeac Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 9 May 2023 21:23:57 +0300 Subject: [PATCH] centered_top_statuspanel: center statuspanel using justify-self --- chrome/centered_top_statuspanel.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome/centered_top_statuspanel.css b/chrome/centered_top_statuspanel.css index 68a743c..6bfb260 100644 --- a/chrome/centered_top_statuspanel.css +++ b/chrome/centered_top_statuspanel.css @@ -3,8 +3,7 @@ See the above repository for updates as well as full license text. */ #statuspanel:not([hidden]){ display: flex !important; - width: 100%; - max-width: 100% !important; + justify-self: center !important; padding-top: 0 !important; inset-block: 0 auto !important; inset-inline: auto !important; @@ -13,4 +12,4 @@ See the above repository for updates as well as full license text. */ border-width: 0 1px 1px 1px !important; border-style: solid !important; margin-inline: auto !important; -} \ No newline at end of file +}