We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
24d0c5e
各种列表行高现在可以自行调整,你只需要在主题.user.css文件中调整下面变量的值,比如修改为10px
主题.user.css
:root { --list-height: 10px; }
Full Changelog