From 63631f7a92a6435cc9fe41377d1e289c144f5684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=E2=82=ACth?= <143244075+wont-stream@users.noreply.github.com> Date: Sun, 30 Mar 2025 12:32:57 -0400 Subject: [PATCH] Fix icon allignment --- OtherStuff/Search-As-Button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OtherStuff/Search-As-Button.css b/OtherStuff/Search-As-Button.css index 818582f..aaf703a 100644 --- a/OtherStuff/Search-As-Button.css +++ b/OtherStuff/Search-As-Button.css @@ -24,9 +24,9 @@ } .iconContainer_fea832 { - margin-bottom: -6px !important; + margin-bottom: 0px !important; width: 20px; height: 20px; left: -8px; color: var(--icon-tertiary); -} \ No newline at end of file +}