🎨 Prettier

This commit is contained in:
BTMuli
2023-08-28 16:59:19 +08:00
parent 3873e0ad21
commit e2fccec49f
2 changed files with 8 additions and 3 deletions

View File

@@ -199,8 +199,13 @@ async function toJson(item: TGApp.App.Announcement.ListCard): Promise<void> {
.anno-card-title {
position: relative;
height: 50px;
transition: padding-top 0.3s linear, padding-bottom 0.3s linear, background 0.3s linear,
font-size 0.3s linear, line-height 0.3s linear, white-space 0.3s linear;
transition:
padding-top 0.3s linear,
padding-bottom 0.3s linear,
background 0.3s linear,
font-size 0.3s linear,
line-height 0.3s linear,
white-space 0.3s linear;
}
.anno-card-title:hover {