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:
parent
45ef55fccd
commit
3eeeb87fe6
9 changed files with 147 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue