Skip to content

Commit

Permalink
Fix For firefox v115.x*
Browse files Browse the repository at this point in the history
  • Loading branch information
datguypiko authored Jul 8, 2023
1 parent 6360225 commit cb726e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
}

#unified-extensions-panel #unified-extensions-view {
width: 100% !important;
width: 100% !important; /* For firefox v115.x */
}

:is(panelview, #widget-overflow-fixed-list) .toolbaritem-combined-buttons {
margin: 2px 4px !important;
margin: 2px 4px !important; /* For firefox v115.x / Makes more compact */
}

.unified-extensions-item-menu-button.subviewbutton {
padding: 2px !important;
padding: 2px !important; /* For firefox v115.x / Fix icon margins */
}

#unified-extensions-view .panel-header,
Expand Down

0 comments on commit cb726e3

Please sign in to comment.