From e98c8659c1a2de58eb571269033bab48799e68db Mon Sep 17 00:00:00 2001 From: Daniel Ilin Date: Wed, 22 Apr 2020 16:22:56 +0000 Subject: [PATCH] Update README.md Default of browser.tabs.tabClipWidth is at 140 as of Firefox 75 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1758cd..d003acc7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add space above tab bar: * Check Drag Space checkbox. Replicate Chrome behaviour for clipped tabs: -* [about:config] Set ```browser.tabs.tabClipWidth``` to ```83``` (default is ```144```). +* [about:config] Set ```browser.tabs.tabClipWidth``` to ```83``` (default is ```140```). Allow tabs to shrink more; tabs in overflow will look the same as pinned tabs: * [about:config] Add new entry ```materialFox.reduceTabOverflow``` with value ```true```.