先修改 resources/vivaldi/browser.html
在 </head> 前面加入:
<link rel="stylesheet" href="style/custom.css" />
然后到 resources/vivaldi/style/ 新增 custom.css
再把你的自订 CSS 贴进去。
每次改版后都要再重弄一次。
※ 引述《drkh (eutatosp)》之铭言:
: 我把 Vivaldi 的 User Interface 缩至 80% 后, 是很合适, 但 status bar 的
: 高度随之变得很窄.
: 我有用一则 custom JS script 将所有 extension button 移到 status bar.
: 感觉若是 status bar 的高度能增加一点, 会比较利于鼠标光标瞄准那些
: extension button.
: 我不懂程式, 到 Vivaldi forums 询问, 没获得答案. 但感觉这应该不难才对,
: 就自己上网胡乱找了一段简单的 CSS code, 想自力救济一下, 但失败了. 以下
: 就是那段 CSS code (我想将 status bar 的高度设为 25px):
: #statusbar
: {
: padding: 25px; !important;
: }
: 哪位高手能帮忙一下? 谢谢.