1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Client: try to be responsive

This commit is contained in:
Chocobozzz 2017-05-01 18:05:28 +02:00
parent 45ef55fccd
commit 3eeeb87fe6
9 changed files with 147 additions and 16 deletions

View file

@ -7,7 +7,7 @@ import { ConfigService } from '../config';
@Component({
selector: 'my-menu',
templateUrl: './menu.component.html',
styleUrls: [ './menu-admin.component.scss' ]
styleUrls: [ './menu.component.scss' ]
})
export class MenuComponent implements OnInit {
isLoggedIn: boolean;