diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 18115ae75..d5ba24e23 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -112,11 +112,4 @@ export class AppComponent implements OnInit { | |||
112 | window.scrollTo(0, 0) | 112 | window.scrollTo(0, 0) |
113 | this.isMenuDisplayed = !this.isMenuDisplayed | 113 | this.isMenuDisplayed = !this.isMenuDisplayed |
114 | } | 114 | } |
115 | |||
116 | getMainColClasses () { | ||
117 | // Take all width is the menu is not displayed | ||
118 | if (this.isMenuDisplayed === false) return [ 'expanded' ] | ||
119 | |||
120 | return [] | ||
121 | } | ||
122 | } | 115 | } |