Improved responsive view

Removed unused CSS
This commit is contained in:
djmaze 2021-03-05 16:46:40 +01:00
parent d351ee6367
commit 1ac96c93d6
17 changed files with 136 additions and 93 deletions

View file

@ -1,5 +1,5 @@
import ko from 'ko';
import { $htmlCL } from 'Common/Globals';
import { $htmlCL, leftPanelDisabled } from 'Common/Globals';
export const ThemeStore = {
themes: ko.observableArray(),
@ -17,6 +17,8 @@ export const ThemeStore = {
this.userBackgroundName(Settings.get('UserBackgroundName'));
this.userBackgroundHash(Settings.get('UserBackgroundHash'));
}
leftPanelDisabled(this.isMobile());
}
};