From 62c568414e4d7db3ef524c786c6fb44ff3073121 Mon Sep 17 00:00:00 2001 From: Umar Getagazov Date: Sun, 4 Dec 2022 12:01:19 -0600 Subject: [PATCH] center search bar with standard grid CSS --- static/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index 8d09d53..ee946cc 100644 --- a/static/default.css +++ b/static/default.css @@ -686,10 +686,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;