Fix: Clipped Tabs - Show close button exclude pinned #45

This commit is contained in:
BlaCk_Void 2021-06-27 22:45:35 +09:00
parent 7b52125108
commit be9ac5fd98

View file

@ -341,7 +341,7 @@
padding-inline-start: 8px !important;
}
#tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]) {
#tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([pinned]) > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]) {
display: -moz-inline-box !important;
}