Skip to content

Commit

Permalink
Update userChrome.css
Browse files Browse the repository at this point in the history
  • Loading branch information
datguypiko authored Sep 13, 2024
1 parent 608348b commit 9057896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ about:config -> svg.context-properties.content.enabled -> true*/
=====================================================================*/

menupopup :-moz-any(menu, menuitem) {
margin-top: 1px !important;
margin-top: 2px !important;
margin-bottom: 1px !important;
/* padding-top: 4px !important;
padding-bottom: 4px !important; */
Expand All @@ -880,7 +880,7 @@ menupopup :-moz-any(menu, menuitem) {
menupopup {
@media (-moz-platform: windows) {
& > menu, & > menuitem {
padding-block: 0.3em !important;
padding-block: 0.25em !important;
margin-left: 2px !important;
margin-right: 2px !important;
}
Expand Down

0 comments on commit 9057896

Please sign in to comment.