From 9eaa2f6da286f33cc2e02230f7a190a8515d61c9 Mon Sep 17 00:00:00 2001 From: frabera Date: Sat, 16 May 2026 17:11:15 +0200 Subject: [PATCH] fix infobar animation and size adjustment at close --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 847e68c..e7f9b90 100644 --- a/userChrome.css +++ b/userChrome.css @@ -586,9 +586,9 @@ tree-view[data-show-grouped-by-sort="true"] .card-layout.children *:hover { /* Info bar (e.g. remote content notice), credit jevandusen */ .infobar.animated:not([value="maybeScam"]) { width: 98% !important; - margin: auto !important; + margin-inline: auto !important; --message-bar-background-color: #e6f2fa !important; - margin-bottom: 10px !important; + margin-block-end: 10px !important; } .infobar.animated:not([value="maybeScam"]) .notification-button.small-button.footer-button.button-menu-list {