Fix search box width on Linux I don't know why this is necessary, but it fixes it. CSS /shrug
1 files changed, 1 insertions(+), 0 deletions(-) M assets/css/base.tpl.css
M assets/css/base.tpl.css => assets/css/base.tpl.css +1 -0
@@ 245,6 245,7 @@ footer { line-height: 1.8; background: var(--search-bg-color); color: var(--main-fg-color); + width: 100%; } .search-input input:focus {