fix width of sidebar icons

This commit is contained in:
geekifan
2025-04-27 10:52:34 +08:00
parent ac0957bbc8
commit f3f00934a7
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
{{ range .Site.Menus.main }}
<li class="nav-item{{ if eq .URL $.RelPermalink }} active{{ end }}">
<a href="{{ .URL | relURL }}" class="nav-link">
<i class="{{ .Pre }}"></i>
<i class="fa-fw fas {{ .Pre }}"></i>
<span>{{ (i18n (printf "tabs.%s" .Identifier) | default .Name) | upper }}</span>
</a>
</li>