fix(dashboard): improve player and rooms responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-13 17:44:33 +03:00
parent 05388c0099
commit a20c05ba88
5 changed files with 66 additions and 42 deletions

View file

@ -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">