🎨 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

@@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />

View File

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