count of room member is commented

This commit is contained in:
병준 박 2019-11-26 14:53:51 +09:00
parent 67a6e4ceaf
commit 297baa1771
2 changed files with 24 additions and 7 deletions

View File

@ -11,6 +11,15 @@
<span *ngIf="roomInfo.isTimeRoom" class="text-warn-color badge-timer">
<mat-icon>timer</mat-icon>
</span>
<!-- <div style="position: relative;">
<div
class="num text-accent-darkest thumbnail"
*ngIf="roomInfo.roomType === RoomType.Multi"
style="position: absolute; width: 40px; height: 40px; top: -40px"
>
{{ roomInfo.joinUserCount }}
</div>
</div> -->
</dt>
<dd class="info">
<div class="detail">

View File

@ -25,19 +25,19 @@ $thumbnail-msize: 40px;
}
.badge-timer {
position:absolute;
position: absolute;
background-color: #ffffff;
width: 18px;
height: 18px;
border-radius: 50%;
bottom: 14px;
left: 46px;
text-align:center;
.mat-icon{
font-size:14px;
width: 18px;
text-align: center;
.mat-icon {
font-size: 14px;
width: 18px;
height: 18px;
line-height:18px;
line-height: 18px;
}
}
@ -131,7 +131,7 @@ $thumbnail-msize: 40px;
font-size: 16px;
color: #666666;
margin-left: 4px;
line-height:unset;
line-height: unset;
}
.num {
font-size: 12px;
@ -158,6 +158,14 @@ $thumbnail-msize: 40px;
@include ellipsis(1);
}
}
.num {
font-size: 18px;
font: bold;
flex: none;
text-align: center;
background-color: rgba($color: #666666, $alpha: 0.5);
}
}
.list-item {