From 886a1cd83acc71e01c2d56143a57bec4275e14ba Mon Sep 17 00:00:00 2001 From: boa <17629179+boafur@users.noreply.github.com> Date: Fri, 11 Feb 2022 01:54:34 -0800 Subject: [PATCH] fix(Sleek): Fixes search bar icon Fixes the search bar icon by making the stroke width 1 (see https://imgur.com/a/N8qyIg2 for bug and fix). Also, moved the search icon to the right for readability. --- Sleek/user.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sleek/user.css b/Sleek/user.css index c033d84..ac310bf 100644 --- a/Sleek/user.css +++ b/Sleek/user.css @@ -18,7 +18,8 @@ color: var(--spice-text); height: 17px !important; stroke: var(--spice-text); - stroke-width: 10px; + stroke-width: 1px; + float: right; } [role='searchbox']::placeholder {