Update 2023-10-16 20:38 OpenBSD/amd64-x13
This commit is contained in:
parent
b6614c970f
commit
3099736cd1
@ -60,7 +60,7 @@ local settings_chrome = require "settings_chrome"
|
||||
settings.window.home_page = "luakit://newtab"
|
||||
settings.window.scroll_step = 20
|
||||
settings.window.zoom_step = 0.2
|
||||
settings.webview.zoom_level = 150
|
||||
settings.webview.zoom_level = 110
|
||||
settings.window.close_with_last_tab = true
|
||||
|
||||
-- search engines
|
||||
|
@ -17,6 +17,9 @@
|
||||
.footer-parent {
|
||||
display: none !important;
|
||||
}
|
||||
.stickied {
|
||||
display: none !important;
|
||||
}
|
||||
input, textarea, button {
|
||||
background-color: #282828 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user