Refactored layout service
This commit is contained in:
@@ -93,10 +93,6 @@ export class LayoutService {
|
||||
return window.innerWidth > 991;
|
||||
}
|
||||
|
||||
isSlim() {
|
||||
return this.config.menuMode === 'slim';
|
||||
}
|
||||
|
||||
isMobile() {
|
||||
return !this.isDesktop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user