Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Close tab button

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 27 回表示
  • 最後の返信者: cor-el

more options

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)

more options

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.