From 9d5626754fb9f4e4142d9c5128239d028f91b243 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 6 Jul 2021 12:38:38 +0900 Subject: [PATCH 1/5] Fix: Unselected Tab - container long click menu #114 --- userChrome.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 80424d5..92b0c0e 100644 --- a/userChrome.css +++ b/userChrome.css @@ -433,14 +433,18 @@ /* Bar shape */ width: 1px; height: 20px; - overflow: hidden; /* Bar Color */ opacity: var(--tab-separator-opacity); transition: opacity .2s var(--ease-basic); background-color: color-mix(in srgb, currentColor 20%, transparent); /* Replace var(--toolbarseparator-color) - Hard coded for compatibility */ } + #tabs-newtab-button:is(:hover, [open])::before { + content: ""; + position: absolute; + } + .tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + .tabbrowser-tab .tab-background::before, .tabbrowser-tab:is([visuallyselected], [multiselected], :hover) ~ .tabbrowser-tab[afterhovered] .tab-background::before, .tabbrowser-tab[last-visible-tab]:is([visuallyselected], [multiselected], :hover) ~ #tabs-newtab-button::before, .tabbrowser-tab[first-visible-unpinned-tab]:is([visuallyselected], [multiselected], :hover) .tab-background::before, From b2154b44fc42a8e0c1e241cfce1a283e73d564ac Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 6 Jul 2021 14:10:55 +0900 Subject: [PATCH 2/5] Fix: Reduce height - Remove line appears under pinned tabs on touchmode #117 --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 92b0c0e..d9d2ab4 100644 --- a/userChrome.css +++ b/userChrome.css @@ -175,11 +175,11 @@ max-height: 36px; } :root[uidensity=touch] .toolbar-items, .tabbrowser-tab { - max-height: unset; + max-height: 45px; } /* Scroll Button - Size Fix */ - :root:not([uidensity=touch]) #tabbrowser-arrowscrollbox { + :root #tabbrowser-arrowscrollbox { --scrollbtn-vertical-padding: 3px; --scrollbtn-vertical-border: 2px; --scrollbtn-border-radius: 7px; From 9be10671fb511ed160399a63edd65a8f06bc7ec2 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 6 Jul 2021 15:41:51 +0900 Subject: [PATCH 3/5] Doc: CREDITS update --- CREDITS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CREDITS b/CREDITS index 457aee8..23500ed 100644 --- a/CREDITS +++ b/CREDITS @@ -77,6 +77,9 @@ N: 7k5x E: 7k5xlp0onfire@gmail.com W: https://github.com/7k5x +N: badprogramshere +W: https://github.com/badprogramshere + N: Burak Yigit Kaya E: ben@byk.im W: https://byk.im/ From 322b41c630b9958b7a3b3a04b31dada544748227 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 7 Jul 2021 11:17:02 +0900 Subject: [PATCH 4/5] Fix: Tab Bar - Connect to toolbar compatibility #117 --- userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userChrome.css b/userChrome.css index d9d2ab4..3ef478e 100644 --- a/userChrome.css +++ b/userChrome.css @@ -332,6 +332,14 @@ margin-bottom: 0px !important; } + /* Remove line at Toolbar's top */ + #tabbrowser-tabs { + z-index: 1 !important; + } + #tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) { + overflow: hidden; + } + /** Selected Tab - Color like toolbar ***************************************/ :root:not(:-moz-lwtheme) { /* Fix for windows's system default theme. Using --toolbar-bgcolor fallback */ From 95d822ff8adbf5ae14d398a75ee01b01be46b216 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 8 Jul 2021 10:10:31 +0900 Subject: [PATCH 5/5] Fix: Bookmark Toolbar - icon --- userChrome.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 3ef478e..4cb5337 100644 --- a/userChrome.css +++ b/userChrome.css @@ -334,10 +334,10 @@ /* Remove line at Toolbar's top */ #tabbrowser-tabs { - z-index: 1 !important; + z-index: 1 !important; } #tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) { - overflow: hidden; + overflow: hidden; } /** Selected Tab - Color like toolbar ***************************************/ @@ -1610,6 +1610,10 @@ --menuitem-image: url(chrome://browser/skin/bookmark-star-on-tray.svg); } + menupopup[context="placesContext"] > .openintabs-menuitem { + --menuitem-image: url(./icons/movetowindow-16.svg); + } + /*= pageActionContextMenu ==================================================*/ .pageActionContextMenuItem.extensionPinned.extensionUnpinned.manageExtensionItem { --menuitem-image: url(chrome://global/skin/icons/settings.svg);