DeckThemes / SDH-CssLoader

Loads CSS dynamically into the steam deck game ui
GNU General Public License v3.0
114 stars 9 forks source link

[Feature Request] Add option to disable themes when external monitor is connected #36

Closed KrisCris closed 1 year ago

KrisCris commented 1 year ago

I just got my steam deck dock and realized that when it connects to an external display, nearly all the themes are messed up - So, I am looking for a way to temporarily disable all the 3rd party CSSs.

suchmememanyskill commented 1 year ago

Ask the themes authors to include a media clause to disable the theme on bigger displays or make it responsive: i don't feel like it's our job to disable all themes like that

KrisCris commented 1 year ago

Perfect, I manually added the media query to those themes lol.

@media only screen and (max-width: 1280px) {
 ...
}