From: Umar Getagazov <umar@handlerug.me>
---
static/default.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/static/default.css b/static/default.css
index b10ee47..0b327cb 100644
--- a/static/default.css+++ b/static/default.css
@@ -694,10 +694,13 @@ a.btn_destructive:visited,
.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%;
}
+.top-bar__section_search {+ align-self: center;+}+@media (prefers-color-scheme: dark) {
.top-bar a {
color: #ddd;
--
2.34.5