mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🎨 Prettier
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user