Refactored layout service

This commit is contained in:
Cagatay Civici
2022-08-23 12:36:54 +03:00
parent 71888a54e5
commit 104b40f85a
6 changed files with 38 additions and 53 deletions

View File

@@ -93,10 +93,6 @@ export class LayoutService {
return window.innerWidth > 991;
}
isSlim() {
return this.config.menuMode === 'slim';
}
isMobile() {
return !this.isDesktop();
}