We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608348b commit 9057896Copy full SHA for 9057896
userChrome.css
@@ -870,7 +870,7 @@ about:config -> svg.context-properties.content.enabled -> true*/
870
=====================================================================*/
871
872
menupopup :-moz-any(menu, menuitem) {
873
- margin-top: 1px !important;
+ margin-top: 2px !important;
874
margin-bottom: 1px !important;
875
/* padding-top: 4px !important;
876
padding-bottom: 4px !important; */
@@ -880,7 +880,7 @@ menupopup :-moz-any(menu, menuitem) {
880
menupopup {
881
@media (-moz-platform: windows) {
882
& > menu, & > menuitem {
883
- padding-block: 0.3em !important;
+ padding-block: 0.25em !important;
884
margin-left: 2px !important;
885
margin-right: 2px !important;
886
}
0 commit comments