Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Fix for multirow duplicated buttons on titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Apr 15, 2022
1 parent 4d6402f commit 4968ae3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// @include main
// @compatibility Firefox 70 to Firefox 101.0a1 (2022-04-08)
// @author Alice0775, Endor8, TroudhuK, Izheil, Merci-chao
// @version 15/04/2022 17:58 Fix for duplicated buttons when having titlebar enabled
// @version 12/04/2022 05:40 Min/Max/Close buttons resizing fix
// @version 22/01/2022 16:50 Tab sizing fixes
// @version 02/11/2021 03:15 Made pinned tabs to not have forced Proton sizing
Expand Down Expand Up @@ -143,7 +144,7 @@ function zzzz_MultiRowTabLite() {
}
.titlebar-buttonbox-container {
display: block !important;
display: block;
}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// @include main
// @compatibility Firefox 70 to Firefox 101.0a1 (2022-04-08)
// @author Alice0775, Endor8, TroudhuK, Izheil, Merci-chao
// @version 15/04/2022 17:58 Fix for duplicated buttons when having titlebar enabled
// @version 12/04/2022 05:40 Min/Max/Close buttons resizing fix
// @version 15/09/2021 11:39 Added experimental support for tab sizing below 20px
// @version 10/09/2021 09:49 Fixed regression of pinned tabs icon showing unaligned
Expand Down Expand Up @@ -135,7 +136,7 @@ function zzzz_MultiRowTabLite() {
}
.titlebar-buttonbox-container {
display: block !important;
display: block;
}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// @include main
// @compatibility Firefox 70 to Firefox 101.0a1 (2022-04-08)
// @author Alice0775, Endor8, TroudhuK, Izheil, Merci-chao
// @version 15/04/2022 17:58 Fix for duplicated buttons when having titlebar enabled
// @version 12/04/2022 05:40 Min/Max/Close buttons resizing fix
// @version 22/01/2022 16:50 Tab sizing fixes
// @version 02/11/2021 03:15 Made pinned tabs to not have forced Proton sizing
Expand Down Expand Up @@ -116,7 +117,7 @@ function zzzz_MultiRowTabLite() {
}
.titlebar-buttonbox-container {
display: block !important;
display: block;
}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// @include main
// @compatibility Firefox 70 to Firefox 101.0a1 (2022-04-08)
// @author Alice0775, Endor8, TroudhuK, Izheil, Merci-chao
// @version 15/04/2022 17:58 Fix for duplicated buttons when having titlebar enabled
// @version 12/04/2022 05:40 Min/Max/Close buttons resizing fix
// @version 22/01/2022 16:50 Tab sizing fixes
// @version 02/11/2021 03:15 Made pinned tabs to not have forced Proton sizing
Expand Down Expand Up @@ -143,7 +144,7 @@ function zzzz_MultiRowTabLite() {
}
.titlebar-buttonbox-container {
display: block !important;
display: block;
}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// @include main
// @compatibility Firefox 70 to Firefox 101.0a1 (2022-04-08)
// @author Alice0775, Endor8, TroudhuK, Izheil, Merci-chao
// @version 15/04/2022 17:58 Fix for duplicated buttons when having titlebar enabled
// @version 12/04/2022 05:40 Min/Max/Close buttons resizing fix
// @version 15/09/2021 11:39 Added experimental support for tab sizing below 20px
// @version 10/09/2021 09:49 Fixed regression of pinned tabs icon showing unaligned
Expand Down Expand Up @@ -135,7 +136,7 @@ function zzzz_MultiRowTabLite() {
}
.titlebar-buttonbox-container {
display: block !important;
display: block;
}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// @include main
// @compatibility Firefox 70 to Firefox 101.0a1 (2022-04-08)
// @author Alice0775, Endor8, TroudhuK, Izheil, Merci-chao
// @version 15/04/2022 17:58 Fix for duplicated buttons when having titlebar enabled
// @version 12/04/2022 05:40 Min/Max/Close buttons resizing fix
// @version 22/01/2022 16:50 Tab sizing fixes
// @version 02/11/2021 03:15 Made pinned tabs to not have forced Proton sizing
Expand Down Expand Up @@ -116,7 +117,7 @@ function zzzz_MultiRowTabLite() {
}
.titlebar-buttonbox-container {
display: block !important;
display: block;
}
*/
Expand Down

0 comments on commit 4968ae3

Please sign in to comment.