Skip to content

Commit

Permalink
fix icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
tikitko committed Nov 18, 2023
1 parent 1d9a8cb commit 488a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth_user_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub fn auth_user_block() -> Html {
<div class="d-flex dropdown dropdown-menu-end">
<div
class="img-block item d-flex rounded"
style="overflow:hidden;"
style="overflow:hidden;width:38px;"
data-bs-toggle="dropdown"
aria-expanded="false"
type="button"
Expand Down

0 comments on commit 488a73e

Please sign in to comment.