Skip to content

Commit 8525e59

Browse files
committed
Fixed issue with alignment of extensions in overflow menu, issue #218
1 parent 0a63713 commit 8525e59

3 files changed

Lines changed: 0 additions & 36 deletions

File tree

Private Mode Style/userChrome.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -880,13 +880,6 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
880880
margin-inline: 0px !important;
881881
border-radius: 0px !important;
882882
}
883-
#firefox-view-button .toolbarbutton-icon {
884-
width: 28px !important;
885-
height: 28px !important;
886-
padding: 6px !important;
887-
border-radius: 3px !important;
888-
margin: -2px 0px 0px 0px !important;
889-
}
890883
#nav-bar #firefox-view-button .toolbarbutton-icon {
891884
margin: 0px 0px 0px 0px !important;
892885
}
@@ -901,11 +894,6 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
901894
#tabbrowser-tabs {
902895
border-inline-start: none !important;
903896
}
904-
#alltabs-button stack {
905-
margin: -2px 2px 0px 2px !important;
906-
border-radius: 3px !important;
907-
padding: 6px !important;
908-
}
909897
#alltabs-button[open] stack {
910898
background: var(--accentcolor-percentage) !important;
911899
}

Titlebar Enabled/userChrome.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,13 +1259,6 @@ toolbarpaletteitem > #stop-reload-button {
12591259
}
12601260

12611261
/* misc tab bar buttons styles */
1262-
#firefox-view-button .toolbarbutton-icon {
1263-
width: 28px !important;
1264-
height: 28px !important;
1265-
padding: 6px !important;
1266-
border-radius: 3px !important;
1267-
margin: -2px 0px 0px 0px !important;
1268-
}
12691262
#nav-bar #firefox-view-button .toolbarbutton-icon {
12701263
margin: 0px 0px 0px 0px !important;
12711264
}
@@ -1279,11 +1272,6 @@ toolbarpaletteitem > #stop-reload-button {
12791272
#tabbrowser-tabs {
12801273
border-inline-start: none !important;
12811274
}
1282-
#alltabs-button stack {
1283-
margin: -2px 2px 0px 2px !important;
1284-
border-radius: 3px !important;
1285-
padding: 6px !important;
1286-
}
12871275
#alltabs-button[open] stack {
12881276
background: var(--accentcolor-percentage) !important;
12891277
}

base.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,13 +1254,6 @@ toolbarpaletteitem > #stop-reload-button {
12541254
}
12551255

12561256
/* misc tab bar buttons styles */
1257-
#firefox-view-button .toolbarbutton-icon {
1258-
width: 28px !important;
1259-
height: 28px !important;
1260-
padding: 6px !important;
1261-
border-radius: 3px !important;
1262-
margin: -2px 0px 0px 0px !important;
1263-
}
12641257
#nav-bar #firefox-view-button .toolbarbutton-icon {
12651258
margin: 0px 0px 0px 0px !important;
12661259
}
@@ -1274,11 +1267,6 @@ toolbarpaletteitem > #stop-reload-button {
12741267
#tabbrowser-tabs {
12751268
border-inline-start: none !important;
12761269
}
1277-
#alltabs-button stack {
1278-
margin: -2px 2px 0px 2px !important;
1279-
border-radius: 3px !important;
1280-
padding: 6px !important;
1281-
}
12821270
#alltabs-button[open] stack {
12831271
background: var(--accentcolor-percentage) !important;
12841272
}

0 commit comments

Comments
 (0)