From 0c6625918268410ed0f62731b865284536bf91ce Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Thu, 2 May 2024 11:36:23 -0400 Subject: [PATCH] fix: center magnifying glass / search icon (#764) --- frontend/src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/index.scss b/frontend/src/index.scss index bc68da0..6f7af9d 100644 --- a/frontend/src/index.scss +++ b/frontend/src/index.scss @@ -478,6 +478,7 @@ header .navbar.navbar-static-top { -o-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); + vertical-align: text-bottom; } }