Skip to content

Commit 8e53ecc

Browse files
committed
Improve the last fix
1 parent db4512c commit 8e53ecc

File tree

6 files changed

+12
-30
lines changed

6 files changed

+12
-30
lines changed

Installers/Multirow & other functions/functions/MultiRowTab-scrollable-autohide.uc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,11 @@ function zzzz_MultiRowTabLite() {
219219
220220
/* This fixes the new tab button overflowing to the new row alone */
221221
#tabs-newtab-button {
222-
margin-left: -32px !important}
223-
224-
#alltabs-button {
225-
margin-left: 3px !important}
222+
margin-left: -36px !important}
226223
227224
.tabbrowser-tab:has(+#tabbrowser-arrowscrollbox-periphery), tab-group:has(+#tabbrowser-arrowscrollbox-periphery),
228225
tab-group:has(+#tabbrowser-arrowscrollbox-periphery) > tab:last-of-type {
229-
margin-right: 32px !important}
226+
margin-right: 36px !important}
230227
231228
/* This fixes issues with tab dragging */
232229
.tabbrowser-tab[dragtarget] {

Installers/Multirow & other functions/functions/MultiRowTab-scrollable.uc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,11 @@ function zzzz_MultiRowTabLite() {
200200
201201
/* This fixes the new tab button overflowing to the new row alone */
202202
#tabs-newtab-button {
203-
margin-left: -32px !important}
204-
205-
#alltabs-button {
206-
margin-left: 3px !important}
203+
margin-left: -36px !important}
207204
208205
.tabbrowser-tab:has(+#tabbrowser-arrowscrollbox-periphery), tab-group:has(+#tabbrowser-arrowscrollbox-periphery),
209206
tab-group:has(+#tabbrowser-arrowscrollbox-periphery) > tab:last-of-type {
210-
margin-right: 32px !important}
207+
margin-right: 36px !important}
211208
212209
/* This fixes issues with tab dragging */
213210
.tabbrowser-tab[dragtarget] {

Installers/Multirow & other functions/functions/MultiRowTabLiteforFx.uc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,11 @@ function zzzz_MultiRowTabLite() {
186186
187187
/* This fixes the new tab button overflowing to the new row alone */
188188
#tabs-newtab-button {
189-
margin-left: -32px !important}
190-
191-
#alltabs-button {
192-
margin-left: 3px !important}
189+
margin-left: -36px !important}
193190
194191
.tabbrowser-tab:has(+#tabbrowser-arrowscrollbox-periphery), tab-group:has(+#tabbrowser-arrowscrollbox-periphery),
195192
tab-group:has(+#tabbrowser-arrowscrollbox-periphery) > tab:last-of-type {
196-
margin-right: 32px !important}
193+
margin-right: 36px !important}
197194
198195
/* This fixes issues with tab dragging */
199196
.tabbrowser-tab[dragtarget] {

Multirow and other functions/Multirow tabs/MultiRowTab-scrollable-autohide.uc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,11 @@ function zzzz_MultiRowTabLite() {
219219
220220
/* This fixes the new tab button overflowing to the new row alone */
221221
#tabs-newtab-button {
222-
margin-left: -32px !important}
223-
224-
#alltabs-button {
225-
margin-left: 3px !important}
222+
margin-left: -36px !important}
226223
227224
.tabbrowser-tab:has(+#tabbrowser-arrowscrollbox-periphery), tab-group:has(+#tabbrowser-arrowscrollbox-periphery),
228225
tab-group:has(+#tabbrowser-arrowscrollbox-periphery) > tab:last-of-type {
229-
margin-right: 32px !important}
226+
margin-right: 36px !important}
230227
231228
/* This fixes issues with tab dragging */
232229
.tabbrowser-tab[dragtarget] {

Multirow and other functions/Multirow tabs/MultiRowTab-scrollable.uc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,11 @@ function zzzz_MultiRowTabLite() {
200200
201201
/* This fixes the new tab button overflowing to the new row alone */
202202
#tabs-newtab-button {
203-
margin-left: -32px !important}
204-
205-
#alltabs-button {
206-
margin-left: 3px !important}
203+
margin-left: -36px !important}
207204
208205
.tabbrowser-tab:has(+#tabbrowser-arrowscrollbox-periphery), tab-group:has(+#tabbrowser-arrowscrollbox-periphery),
209206
tab-group:has(+#tabbrowser-arrowscrollbox-periphery) > tab:last-of-type {
210-
margin-right: 32px !important}
207+
margin-right: 36px !important}
211208
212209
/* This fixes issues with tab dragging */
213210
.tabbrowser-tab[dragtarget] {

Multirow and other functions/Multirow tabs/MultiRowTabLiteforFx.uc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,11 @@ function zzzz_MultiRowTabLite() {
186186
187187
/* This fixes the new tab button overflowing to the new row alone */
188188
#tabs-newtab-button {
189-
margin-left: -32px !important}
190-
191-
#alltabs-button {
192-
margin-left: 3px !important}
189+
margin-left: -36px !important}
193190
194191
.tabbrowser-tab:has(+#tabbrowser-arrowscrollbox-periphery), tab-group:has(+#tabbrowser-arrowscrollbox-periphery),
195192
tab-group:has(+#tabbrowser-arrowscrollbox-periphery) > tab:last-of-type {
196-
margin-right: 32px !important}
193+
margin-right: 36px !important}
197194
198195
/* This fixes issues with tab dragging */
199196
.tabbrowser-tab[dragtarget] {

0 commit comments

Comments
 (0)