diff --git a/index.html b/index.html
index 1c5ce216..682b947f 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-
+
diff --git a/src/pages/common/Announcements.vue b/src/pages/common/Announcements.vue
index fb8cf2d3..17561766 100644
--- a/src/pages/common/Announcements.vue
+++ b/src/pages/common/Announcements.vue
@@ -199,8 +199,13 @@ async function toJson(item: TGApp.App.Announcement.ListCard): Promise {
.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 {