mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-25 17:34:08 +01:00
fix(dashboard): improve player and rooms responsiveness
This commit is contained in:
parent
05388c0099
commit
a20c05ba88
5 changed files with 66 additions and 42 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<nb-card [size]="breakpoint.width >= breakpoints.xxxl ? 'large' : 'xlarge'">
|
||||
<nb-card [size]="breakpoint.width >= breakpoints.xxxl || breakpoint.width < breakpoints.md ? 'large' : 'xlarge'">
|
||||
<nb-tabset fullWidth>
|
||||
<nb-tab tabTitle="Contacts">
|
||||
<div class="contact" *ngFor="let c of contacts">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue