SES-117 small changes

This commit is contained in:
Natalia Gawron 2021-01-02 00:43:52 +01:00
parent 45288b2e3e
commit 03bca2c11f
2 changed files with 3 additions and 4 deletions

View File

@ -14,8 +14,7 @@
} }
} }
.sidenav-container .sidenav-container {
{
flex: 1; flex: 1;
height: 100%; height: 100%;
} }

View File

@ -6,7 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./player-dashboard.component.css'] styleUrls: ['./player-dashboard.component.css']
}) })
export class PlayerDashboardComponent { export class PlayerDashboardComponent {
isExpanded = false isExpanded = false;
selected = false; selected = false;
collapse() { collapse() {