all repos — searchix @ 8acfcb9f668152007376c851be9caf93fe455096

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: add header to facets panel

Alan Pearce
commit

8acfcb9f668152007376c851be9caf93fe455096

parent

48c28a808535eb62d7bce4ddf3275fcd3b8e3191

1 file changed, 7 insertions(+), 2 deletions(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -201,9 +201,14 @@ box-sizing: border-box;
} .facets h3 { - margin-top: 0 !important; + margin-top: 0; + padding: 0.25em 0 0.5em; +} + +.facets h4 { + margin: 0; font-size: 1rem; - padding: 0.25rem 0; + padding: 0.25em 0 0; } .facets ul {