From 87c8280efe09d722e29215ad72d4930565340682 Mon Sep 17 00:00:00 2001 From: cybrejon Date: Mon, 27 Nov 2023 19:05:21 +0800 Subject: [PATCH 1/2] lazyload search result text with css content-visibility --- public/static/themes/simple.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 2670c22..7c01ca5 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -278,6 +278,7 @@ footer { flex-direction: column; justify-content: space-between; margin: 2rem 0; + content-visibility: auto; } .results_aggregated .result { From 0d95fa9ad018a1e355f12c320ae43e572bcfdbba Mon Sep 17 00:00:00 2001 From: cybrejon Date: Mon, 27 Nov 2023 22:30:06 +0800 Subject: [PATCH 2/2] typo, lightning-fast is grammatically correct --- src/templates/partials/footer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/partials/footer.rs b/src/templates/partials/footer.rs index beaa8ca..2ced457 100644 --- a/src/templates/partials/footer.rs +++ b/src/templates/partials/footer.rs @@ -12,7 +12,7 @@ pub fn footer() -> Markup { html!( footer{ div{ - span{"Powered By "b{"Websurfx"}}span{"-"}span{"a lightening fast, privacy respecting, secure meta + span{"Powered By "b{"Websurfx"}}span{"-"}span{"a lightning-fast, privacy respecting, secure meta search engine"} } div{