aminomancer / uc.css.js

A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, behaviors and other opinionated features. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features.
Other
337 stars 27 forks source link

allTabsMenuExpansionPack: <panelview> max-width larger #45

Closed garywill closed 2 years ago

garywill commented 2 years ago

Make the popup wider so we can see long titles more clearly

aminomancer commented 2 years ago

Thanks, but I don't think that's within the scope of the script. If users want that, they can do it in userChrome.css. These scripts are only intended for doing things that can't already be done in userChrome.css, and the CSS built into the script is only for setting the base styles for new features added by the script. Since Firefox already sets a max-width for the panel, it's not necessary for the script to do that. And the script doesn't make the tab titles longer anyway. I think adding a style rule to make an opinionated aesthetic change unrelated to the script would be kinda like feature creep.