Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Close tab button

  • 1 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 27 ნახვა
  • ბოლოს გამოეხმაურა cor-el

Hello, Is iy still possible in Firefox 113 to make close tab button always visible when multiple tabs are open? Thanks in advance

Hello, Is iy still possible in Firefox 113 to make close tab button always visible when multiple tabs are open? Thanks in advance

ყველა პასუხი (1)

The normal way is by using these two browser.tabs.tab prefs to control the minimum tab width (50 or higher) and the clip-width that controls when to hide the close button (make both the same).

  • browser.tabs.tabMinWidth = 50
  • browser.tabs.tabClipWidth = 50

Otherwise you need to use code in userChrome.css to get more control, I use code to hide the close button and make it visible after a short delay to prevent accidentally closing a small tab by clicking it.