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-expansion-panel-header>
|
||||||
<mat-panel-title
|
<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-panel-description> </mat-panel-description>
|
||||||
</mat-expansion-panel-header>
|
</mat-expansion-panel-header>
|
||||||
|
@ -48,7 +50,9 @@
|
||||||
<mat-expansion-panel-header>
|
<mat-expansion-panel-header>
|
||||||
<mat-panel-title class="panel-title">
|
<mat-panel-title class="panel-title">
|
||||||
<div class="title-name ellipsis">{{ groupBuddy.group.name }}</div>
|
<div class="title-name ellipsis">{{ groupBuddy.group.name }}</div>
|
||||||
<span class="text-accent-color number">({{ groupBuddy.buddyList.length }}명)</span>
|
<span class="text-accent-color number"
|
||||||
|
>({{ groupBuddy.buddyList.length }}명)</span
|
||||||
|
>
|
||||||
</mat-panel-title>
|
</mat-panel-title>
|
||||||
<mat-panel-description>
|
<mat-panel-description>
|
||||||
<span class="more-spacer"></span>
|
<span class="more-spacer"></span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user