From e500a1089797eee1b027d5237b2e4f140004098c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 09:56:28 +0200 Subject: feat: add message for users with javascript disabled --- frontend/static/style.css | 4 ++++ internal/components/search.templ | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/frontend/static/style.css b/frontend/static/style.css index 184ded5..60b38c8 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -181,3 +181,7 @@ li { margin-right: 1ex; list-style: none; } + +p:last-child { + margin-bottom: unset; +} diff --git a/internal/components/search.templ b/internal/components/search.templ index 2cae754..e5d3446 100644 --- a/internal/components/search.templ +++ b/internal/components/search.templ @@ -30,5 +30,10 @@ templ SearchPage(tdata TemplateData, r ResultData) { + } } -- cgit 1.4.1