mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 22:17:49 -09:00
2399b5900a
- Currently the avatar in the navbar is being vertically aligned to the top, this caused that the icon besides it isn't being at the middle of the avatar. Use the `vm` helper class to force the `vertical-align` to be `middle`. - Resolves #20292