From: Rosie K Languet <rkl@rosiesworkshop.net>
---
static/default.css | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/static/default.css b/static/default.css
index 0cc496f..4dabc3f 100644
--- a/static/default.css+++ b/static/default.css
@@ -685,9 +685,15 @@ a.btn_destructive:visited,
padding: 0 .5rem;
}
+.top-bar__section_search {+ display: flex;+ flex-direction: row;+ justify-content: center;+ align-items: center;+}+.top-bar__search-bar {
border: 0;
- vertical-align: -webkit-baseline-middle; /* You have no idea how sorry I am. This is a non-standard value. Seems to work in Safari, Opera and mobile Chrome. We need a jedi and a knight in shiny armor to replace it with something more standard. */ width: 100%;
}
--
2.34.5