fix: abnormal link label size in about page

This commit is contained in:
KOWX712
2025-06-08 17:06:51 +08:00
parent 2e07ba36db
commit 07d2d808f1
2 changed files with 8 additions and 11 deletions

View File

@@ -53,7 +53,9 @@
}
.link-icon {
font-size: 18px;
font-size: 17px;
font-weight: bold;
min-height: calc(1em + 15px);
padding: 3px 10px;
color: #fff;
fill: #fff;
@@ -65,10 +67,10 @@
box-sizing: border-box;
margin-bottom: 5px;
transition: background-color 0.2s ease;
}
.link-icon svg {
padding-right: 3px;
svg {
padding-right: 3px;
}
}
#telegram {
@@ -82,8 +84,3 @@
#canary {
background-color: #821284;
}
#link-text {
font-size: 17px;
font-weight: bold;
}