From 4968ae336494737b2eb204dfa1d304ff870607a3 Mon Sep 17 00:00:00 2001 From: Izheil <33794458+Izheil@users.noreply.github.com> Date: Fri, 15 Apr 2022 18:04:49 +0200 Subject: [PATCH] Fix for multirow duplicated buttons on titlebar --- .../functions/MultiRowTab-scrollable-autohide.uc.js | 3 ++- .../functions/MultiRowTab-scrollable.uc.js | 3 ++- .../functions/MultiRowTabLiteforFx.uc.js | 3 ++- .../Multirow tabs/MultiRowTab-scrollable-autohide.uc.js | 3 ++- .../Multirow tabs/MultiRowTab-scrollable.uc.js | 3 ++- .../Multirow tabs/MultiRowTabLiteforFx.uc.js | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Installers/Multirow & other functions/functions/MultiRowTab-scrollable-autohide.uc.js b/Installers/Multirow & other functions/functions/MultiRowTab-scrollable-autohide.uc.js index 1ecb9b2..6ebd199 100644 --- a/Installers/Multirow & other functions/functions/MultiRowTab-scrollable-autohide.uc.js +++ b/Installers/Multirow & other functions/functions/MultiRowTab-scrollable-autohide.uc.js @@ -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 @@ -143,7 +144,7 @@ function zzzz_MultiRowTabLite() { } .titlebar-buttonbox-container { - display: block !important; + display: block; } */ diff --git a/Installers/Multirow & other functions/functions/MultiRowTab-scrollable.uc.js b/Installers/Multirow & other functions/functions/MultiRowTab-scrollable.uc.js index f1af9fc..71a7f1a 100644 --- a/Installers/Multirow & other functions/functions/MultiRowTab-scrollable.uc.js +++ b/Installers/Multirow & other functions/functions/MultiRowTab-scrollable.uc.js @@ -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 @@ -135,7 +136,7 @@ function zzzz_MultiRowTabLite() { } .titlebar-buttonbox-container { - display: block !important; + display: block; } */ diff --git a/Installers/Multirow & other functions/functions/MultiRowTabLiteforFx.uc.js b/Installers/Multirow & other functions/functions/MultiRowTabLiteforFx.uc.js index c43c1b7..aead2e2 100644 --- a/Installers/Multirow & other functions/functions/MultiRowTabLiteforFx.uc.js +++ b/Installers/Multirow & other functions/functions/MultiRowTabLiteforFx.uc.js @@ -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 @@ -116,7 +117,7 @@ function zzzz_MultiRowTabLite() { } .titlebar-buttonbox-container { - display: block !important; + display: block; } */ diff --git a/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable-autohide.uc.js b/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable-autohide.uc.js index 49017dd..38b8b18 100644 --- a/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable-autohide.uc.js +++ b/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable-autohide.uc.js @@ -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 @@ -143,7 +144,7 @@ function zzzz_MultiRowTabLite() { } .titlebar-buttonbox-container { - display: block !important; + display: block; } */ diff --git a/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable.uc.js b/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable.uc.js index 4822133..a444b0e 100644 --- a/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable.uc.js +++ b/Multirow and other functions/Multirow tabs/MultiRowTab-scrollable.uc.js @@ -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 @@ -135,7 +136,7 @@ function zzzz_MultiRowTabLite() { } .titlebar-buttonbox-container { - display: block !important; + display: block; } */ diff --git a/Multirow and other functions/Multirow tabs/MultiRowTabLiteforFx.uc.js b/Multirow and other functions/Multirow tabs/MultiRowTabLiteforFx.uc.js index c43c1b7..aead2e2 100644 --- a/Multirow and other functions/Multirow tabs/MultiRowTabLiteforFx.uc.js +++ b/Multirow and other functions/Multirow tabs/MultiRowTabLiteforFx.uc.js @@ -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 @@ -116,7 +117,7 @@ function zzzz_MultiRowTabLite() { } .titlebar-buttonbox-container { - display: block !important; + display: block; } */