favicon 변경,
그룹 > 즐겨찾기 인원수 스타일 적용.
This commit is contained in:
parent
09148e04bb
commit
f5d6d663c1
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 999 B |
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
|
@ -26,7 +26,9 @@
|
|||
<mat-expansion-panel-header>
|
||||
<mat-panel-title
|
||||
>즐겨찾기
|
||||
<span>({{ favoritBuddyList.length }}명)</span></mat-panel-title
|
||||
<span class="text-accent-color number"
|
||||
>({{ favoritBuddyList.length }}명)</span
|
||||
></mat-panel-title
|
||||
>
|
||||
<mat-panel-description> </mat-panel-description>
|
||||
</mat-expansion-panel-header>
|
||||
|
@ -48,8 +50,10 @@
|
|||
<mat-expansion-panel-header>
|
||||
<mat-panel-title class="panel-title">
|
||||
<div class="title-name ellipsis">{{ groupBuddy.group.name }}</div>
|
||||
<span class="text-accent-color number">({{ groupBuddy.buddyList.length }}명)</span>
|
||||
</mat-panel-title>
|
||||
<span class="text-accent-color number"
|
||||
>({{ groupBuddy.buddyList.length }}명)</span
|
||||
>
|
||||
</mat-panel-title>
|
||||
<mat-panel-description>
|
||||
<span class="more-spacer"></span>
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue
Block a user