ui: 修正 最近對話 列表的 paddingLeft

This commit is contained in:
CrescentLeaf
2025-09-24 23:39:53 +08:00
parent 0106311a2a
commit 88123e1edb

View File

@@ -30,6 +30,7 @@ export default function RecentsList({
return <mdui-list style={{
overflowY: 'auto',
paddingRight: '10px',
paddingLeft: '10px',
display: display ? undefined : 'none',
height: '100%',
width: '100%',