jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
3.94k stars 786 forks source link

OpenWrt 22.03 的 mwan3 状态显示有错位,Windows/Manjaro 下的 Chrome/Firefox/Edge 均有问题 #415

Closed dsanke closed 1 year ago

dsanke commented 1 year ago

20230522134349 首页里和状态里点进去都一样,都是这样错位的 Windows 下还好,Linux 下的字会更靠下,且都溢出到绿色方框外面 手机端字全部都在绿色方框内,不过位置仍没有居中,还是靠下

这个mwan3在默认Bootstrap主题下是正常的,而在argon下需要删掉/www/luci-static/resources/view/mwan3/mwan3.css里的height属性,这样高度才够

sed -i 's/height:6rem;//' /www/luci-static/resources/view/mwan3/mwan3.css