Guerra24 / Firefox-UWP-Style

Sun Valley + MDL2 Theme for Firefox
MIT License
406 stars 9 forks source link

remove compact mode #65

Closed e-splat closed 2 years ago

e-splat commented 2 years ago

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

Guerra24 commented 2 years ago

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;
}