diff --git a/publish/changeLog.md b/publish/changeLog.md
index bad7eec..8950576 100644
--- a/publish/changeLog.md
+++ b/publish/changeLog.md
@@ -3,6 +3,7 @@
- 增加kg歌单歌曲flac24bit显示(@helloplhm-qwq)
- 增加tx源热门评论图片显示(@Folltoshe)
- 支持wy热门评论翻页
+- 微调排行榜列表宽度及字体大小
### 修复
diff --git a/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx b/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx
index 74f0c1f..7e9a08a 100644
--- a/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx
+++ b/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx
@@ -47,7 +47,7 @@ export default ({ item, activeId, index, longPressIndex, onBoundChange, onShowMe
?
: null
}
- {item.name}
+ {item.name}
)
}
diff --git a/src/screens/Home/Views/Leaderboard/LeftBar.tsx b/src/screens/Home/Views/Leaderboard/LeftBar.tsx
index 4fb7b4a..965c838 100644
--- a/src/screens/Home/Views/Leaderboard/LeftBar.tsx
+++ b/src/screens/Home/Views/Leaderboard/LeftBar.tsx
@@ -86,6 +86,7 @@ const styles = createStyle({
flexDirection: 'column',
width: '26%',
maxWidth: 180,
+ minWidth: 110,
flexGrow: 0,
flexShrink: 0,
borderRightWidth: BorderWidths.normal,