You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix: abnormal link label size in about page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user