all repos — searchix @ 8d118090b0c195ccfe5cec9025274cbf8314e54d

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

fix: scroll header nav instead of wrapping words on tablets

Alan Pearce
commit

8d118090b0c195ccfe5cec9025274cbf8314e54d

parent

1b8b6b506b0855afc282bc1cc7b631f02e97b8e3

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

jump to
M frontend/static/style.cssfrontend/static/style.css
@@ -33,10 +33,12 @@ width: min(var(--min-width), 90%);
display: flex; align-items: baseline; padding: 0.5rem 0; + overflow-x: auto; } header > nav a { margin-bottom: unset; font-size: 1.15rem; + text-wrap: nowrap; } nav > h1 > a { margin-left: unset;