From e75c748dad5dbec6be4e21f155cf6230c58b5030 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 8 Aug 2023 18:42:25 +0000 Subject: [PATCH] new searchbar ui!!! --- css/app.main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.main.css b/css/app.main.css index 4387e996..71f2d3f3 100644 --- a/css/app.main.css +++ b/css/app.main.css @@ -1184,7 +1184,7 @@ nav .middle .search-bar { nav .middle button { display: flex; transform: translate(22em, -1.25em); - background: #454545; + background: none !important; color: #999; padding: 10px 10px; border: 1px; @@ -1274,7 +1274,7 @@ nav .right img { } nav .middle .search-bar { - border-radius: 2em !important; + border-radius: 8px !important; font-family: "poketube flex", sans-serif !important; font-weight: 850 !important; font-stretch: extra-expanded !important;