Skip to content

Commit e1637ac

Browse files
committed
upd: Adjust the font size of the download button for more architecture versions
1 parent 57ef911 commit e1637ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/client/components/release-item.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export default class ReleaseItem extends Vue {
195195
color: var(--font-secondary-color);
196196
user-select: none;
197197
transition: color 0.3s ease;
198+
font-size: var(--font-small-size);
198199
&:hover {
199200
color: var(--font-primary-color);
200201
cursor: pointer;
@@ -258,7 +259,8 @@ export default class ReleaseItem extends Vue {
258259
flex-direction: row;
259260
260261
align-items: center;
261-
font-size: var(--font-small-size);
262+
// font-size: var(--font-small-size);
263+
// font-size: var(--font-medium-size);
262264
& li {
263265
width: 50%;
264266
height: fit-content;

src/client/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--glass-border-color: rgba(255, 255, 255, 0.4);
2323
--font-large-size: 35px;
2424
--font-medium-size: 20px;
25-
--font-small-size: 14px;
25+
--font-small-size: 15px;
2626
}
2727
}
2828

0 commit comments

Comments
 (0)