Skip to content

Commit

Permalink
fix for misaligned icon in download popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Astromations authored May 28, 2023
1 parent ea3ca04 commit 2e991eb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions chrome/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ scrollbox[orient=vertical] /* >=71 */ {
/* this is a bit depressing... */
/* work around lack of ::part selector support */
:root {
--scrollbutton-display: flex !important;
--scrollbutton-display: -moz-box !important;
}

/* hide ancient-looking scrollbuttons in menupopups */
Expand Down Expand Up @@ -341,7 +341,7 @@ panelview .toolbarbutton-1,
}

:root[fxastatus="signedin"] #appMenu-fxa-label > .toolbarbutton-icon {
display: flex !important;
display: -moz-box !important;
border-radius: 99px !important;
padding: 2px !important;
}
Expand Down Expand Up @@ -412,7 +412,7 @@ panelmultiview .toolbaritem-combined-buttons > spacer.after-label {

#tracking-protection-preferences-button > .toolbarbutton-text {
padding-inline-end: 4px !important;
order: 0 !important;
-moz-box-ordinal-group: 0 !important;
}

.identity-popup-section {
Expand All @@ -433,8 +433,8 @@ panelmultiview .toolbaritem-combined-buttons > spacer.after-label {
width: 32px !important;
max-height: 32px !important;
margin-inline-start: auto !important;
justify-content: center !important;
align-items: center !important;
-moz-box-pack: center !important;
-moz-box-align: center !important;
background-image: none !important;
}

Expand Down Expand Up @@ -462,7 +462,7 @@ panelmultiview .toolbaritem-combined-buttons > spacer.after-label {
}

#identity-popup-mainView-panel-header {
align-items: start !important;
-moz-box-align: start !important;
padding: 16px !important;
}

Expand Down Expand Up @@ -709,7 +709,6 @@ panelmultiview .toolbaritem-combined-buttons > spacer.after-label {
min-width: 32px !important;
fill: currentColor !important;
-moz-context-properties: fill, fill-opacity !important;
display: block !important;
}

#downloadsListBox .downloadButton .button-box {
Expand Down Expand Up @@ -764,7 +763,7 @@ panelmultiview .toolbaritem-combined-buttons > spacer.after-label {
content: url(checkmark.svg) !important;
-moz-context-properties: fill, fill-opacity !important;
fill: currentColor !important;
display: flex !important;
display: -moz-box !important;
width: 18px !important;
height: 18px !important;
margin-inline-start: 16px !important;
Expand Down

0 comments on commit 2e991eb

Please sign in to comment.