all repos — searchix @ 7b08d540424f61cdf1d379f7d60e15641822c86e

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

fix: re-enable margin-top for headers in full page view

Alan Pearce
commit

7b08d540424f61cdf1d379f7d60e15641822c86e

parent

283fad293c8ca63b95fdace401f065dbf8cbb0cb

1 file changed, 4 insertions(+), 3 deletions(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -135,9 +135,6 @@ }
h2 { font-size: 1.5rem; -} - -h2 { margin-top: 0; }
@@ -154,6 +151,10 @@ }
dialog > button { float: right; +} + +main > h2 { + margin-top: revert; } dialog > h2 {