~bouncepaw/mycorrhiza-devel

mycorrhiza: center search bar with standard grid CSS v3 APPLIED

~roselandgoose: 1
 center search bar with standard grid CSS

 1 files changed, 4 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~bouncepaw/mycorrhiza-devel/patches/37338/mbox | git am -3
Learn more about email & git

[PATCH mycorrhiza v3] center search bar with standard grid CSS Export this patch

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
Applied the patch. Thank you Umar and Rosie!