뱃지 수정

This commit is contained in:
khk 2020-01-16 10:20:07 +09:00
parent 9be903970a
commit 0a8d60ddc7
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
</dl> </dl>
<span <span
class="notiBadge" class="noti-num"
*ngIf="roomInfo.noReadCnt > 0" *ngIf="roomInfo.noReadCnt > 0"
[matBadgeHidden]="roomInfo.noReadCnt === 0" [matBadgeHidden]="roomInfo.noReadCnt === 0"
[matBadge]="roomInfo.noReadCnt" [matBadge]="roomInfo.noReadCnt"

View File

@ -158,7 +158,7 @@ $thumbnail-msize: 40px;
border-radius: 50%; border-radius: 50%;
} }
.notiBadge { .noti-num {
position: absolute !important; position: absolute !important;
right: 22px; right: 22px;
bottom: 22px; bottom: 22px;