mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-24 18:38:46 +03:00

In the file tree, the icons are not vertically centered, which affects the overall visual consistency. Currently, the icons of submodules and symlinks do not adopt the value of entryIcon, resulting in inconsistent icon display. before:  after:  --------- Co-authored-by: silverwind <me@silverwind.io>