Skip to content

Commit

Permalink
🎨 Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Aug 28, 2023
1 parent 3873e0a commit e2fccec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
9 changes: 7 additions & 2 deletions src/pages/common/Announcements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e2fccec

Please sign in to comment.