Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit ca72320

Browse files
committed
Improve search look
1 parent a3e7031 commit ca72320

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

init.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,10 +1052,12 @@ local function make_fs(data)
10521052
end
10531053

10541054
fs[#fs + 1] = fmt([[
1055-
field[0.25,0.2;%f,1;filter;;%s]
1055+
style[filter;border=false]
1056+
field[0.4,0.2;2.5,1;filter;;%s]
10561057
field_close_on_enter[filter;false]
1058+
box[0,0;2.4,0.6;#ffffff25]
10571059
]],
1058-
sfinv_only and 2.76 or 2.72, ESC(data.filter))
1060+
ESC(data.filter))
10591061

10601062
if data.fs_version >= 3 then
10611063
fs[#fs + 1] = fmt([[

0 commit comments

Comments
 (0)