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

@ -898,6 +898,8 @@ class AppUser extends AbstractApp {
bootstart() {
super.bootstart();
addEventListener('resize', () => leftPanelDisabled(ThemeStore.isMobile() || 1000 > innerWidth));
AppStore.populate();
SettingsStore.populate();
NotificationStore.populate();