Skip to content

Commit

Permalink
tiny update to about:addons CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
aminomancer committed Nov 12, 2022
1 parent 8a27800 commit d4096ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/in-content/system.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit d4096ec

Please sign in to comment.