Skip to content

Commit 439eaa7

Browse files
committed
fix visual inconsistensis
1 parent cf0d390 commit 439eaa7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

style.css

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,11 @@ body.modal-open {
947947
}
948948

949949
.patch-release-link {
950-
margin-top: 8px;
950+
margin-top: 10px;
951+
margin-left: -10px;
952+
width: calc(100% + 20px);
953+
padding: 10px 10px 0;
954+
border-top: 1px solid var(--border);
951955
}
952956

953957
.release-badge {
@@ -1063,7 +1067,7 @@ body.modal-open {
10631067
.variant-badge {
10641068
font-size: 0.75rem;
10651069
font-weight: 700;
1066-
background: var(--accent);
1070+
background: #8b5cf6;
10671071
color: #000;
10681072
padding: 4px 10px;
10691073
border-radius: 12px;
@@ -1095,13 +1099,13 @@ body.modal-open {
10951099
}
10961100

10971101
.download-btn.arm32 {
1098-
background: rgba(255, 165, 80, 0.2);
1099-
border: 1px solid #ffa550;
1100-
color: #ffa550;
1102+
background: rgba(20, 184, 166, 0.2);
1103+
border: 1px solid #14b8a6;
1104+
color: #14b8a6;
11011105
}
11021106

11031107
.download-btn.arm32:hover {
1104-
background: #ffa550;
1108+
background: #14b8a6;
11051109
color: #000;
11061110
}
11071111

@@ -1135,13 +1139,10 @@ body.modal-open {
11351139
}
11361140

11371141
.release-link {
1138-
display: inline-block;
1142+
display: block;
11391143
color: var(--accent);
11401144
text-decoration: none;
11411145
font-size: 0.9rem;
1142-
margin-top: 10px;
1143-
border-top: 1px solid var(--border);
1144-
padding-top: 10px;
11451146
transition: color 0.3s;
11461147
}
11471148

0 commit comments

Comments
 (0)