~bouncepaw/mycorrhiza

62c568414e4d7db3ef524c786c6fb44ff3073121 — Umar Getagazov 1 year, 10 months ago 40dbbf5
center search bar with standard grid CSS
1 files changed, 4 insertions(+), 1 deletions(-)

M static/default.css
M static/default.css => static/default.css +4 -1
@@ 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;