all repos — searchix @ 35aa773dd51342bc23fbafcc3dcceab9bcd9387e

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

feat: add link to status page

Alan Pearce
commit

35aa773dd51342bc23fbafcc3dcceab9bcd9387e

parent

1685f383414d5a184376519fa81002a506712534

1 file changed, 11 insertions(+), 5 deletions(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -88,7 +88,8 @@ margin-inline-start: 1rem;
} dd > p, -td > p { +td > p, +blockquote > p { margin: unset; }
@@ -133,10 +134,6 @@ h3 {
margin: unset; font-size: 1.25rem; display: inline-block; -} - -blockquote > p { - margin: unset; } dialog {
@@ -211,6 +208,15 @@
var { font-style: normal; font-family: var(--mono-font); +} + +body > footer { + margin-top: 2rem; + padding-top: 0.5rem; +} + +body > footer > p { + margin: 0.5rem 0; } @media only screen and (max-width: 600px) {