Guerra24/Firefox-UWP-Style

remove compact mode

e-splat opened this issue · 1 comments

i hate compact mode, is too small, make compact mode optional please.

Hi. No, I'm not gonna change the default size but there is an alternative: set the size to your preferred one. Add this into customChrome.css.

:root {
	--tab-min-height: 50px !important;
	--uwp-urlbar-height: 50px !important;
}