From d4096ecb064c5bfd1100a90b2fa1bd9039e906a7 Mon Sep 17 00:00:00 2001 From: Shane Hughes Date: Sat, 12 Nov 2022 00:43:20 -0800 Subject: [PATCH] tiny update to about:addons CSS. --- resources/in-content/system.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/in-content/system.css b/resources/in-content/system.css index e8ee36f..e4e1dd3 100644 --- a/resources/in-content/system.css +++ b/resources/in-content/system.css @@ -286,6 +286,8 @@ } message-bar:not([hidden]) { + display: flex !important; + flex-flow: row nowrap !important; margin-block-start: 15px !important; overflow: hidden; margin-inline: -15.5px !important; @@ -294,16 +296,22 @@ link[rel="stylesheet"][href="chrome://global/content/elements/message-bar.css"] ~ .container { padding: 8px !important; border-radius: 0 !important; + flex-grow: 1; } link[rel="stylesheet"][href="chrome://global/content/elements/message-bar.css"] ~ .container .content { display: flex !important; flex-flow: row nowrap; + flex-grow: 1; justify-content: space-between !important; white-space: nowrap !important; margin-inline: 8px 0 !important; } + link[rel="stylesheet"][href="chrome://global/content/elements/message-bar.css"] ~ .container .content + .spacer:last-child { + display: none; + } + message-bar > span { white-space: break-spaces !important; flex-shrink: 1;