fix: center magnifying glass / search icon (#764)

This commit is contained in:
uncenter 2024-05-02 11:36:23 -04:00 committed by GitHub
parent 8fe7d9e261
commit 0c66259182
Failed to generate hash of commit

View file

@ -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;
}
}