Skip to content

Commit

Permalink
fix: center magnifying glass / search icon (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored May 2, 2024
1 parent 8fe7d9e commit 0c66259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 0c66259

Please sign in to comment.