From f47e9ba765c16df7069ddf8776fe6806ee0388c4 Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 2 Feb 2021 15:44:00 +1000 Subject: [PATCH] Fix crappy top notice that looks terrible on mobile --- internal/static/css/99-spyda.css | 17 ----------------- internal/templates/base.html | 7 +++++++ 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/internal/static/css/99-spyda.css b/internal/static/css/99-spyda.css index 1c1b040..aa18c83 100644 --- a/internal/static/css/99-spyda.css +++ b/internal/static/css/99-spyda.css @@ -2,23 +2,6 @@ body, html { overflow-x: hidden; } -body:before { - background: #e40000; - border-bottom: 1px solid #c90000; - box-shadow: inset 0 1px 0 #fc0000; - color: #fff; - content: "WARNING: This search engine is still work-in-progress! Expect less than perfect search results!"; - display: block; - height: 30px; - line-height: 30px; - position: fixed; - top: 0; - left: 0; - right: 0; - text-align: center; - z-index: 1000000; -} - article p img { display: block; margin-top: 0.5rem; diff --git a/internal/templates/base.html b/internal/templates/base.html index 88f41f9..4e005d2 100644 --- a/internal/templates/base.html +++ b/internal/templates/base.html @@ -74,6 +74,13 @@
{{template "content" . }} +
+ + This search engine is a work in progress + Please contact Support + if you have any questions, concerns or feedback! + +