summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-06-28 22:57:50 +0800
committerGitHub <noreply@github.com>2023-06-28 14:57:50 +0000
commitb6693a2c9a6010463950bbd89a2bfee88bde5e5f (patch)
tree28a2eacb115cfefde6a55f72c66d940612137dea /templates/base
parentdefd8070732c2334d046c6d91e48ceb8a70a0056 (diff)
downloadgitea-b6693a2c9a6010463950bbd89a2bfee88bde5e5f.tar.gz
gitea-b6693a2c9a6010463950bbd89a2bfee88bde5e5f.zip
Align language menu icon and fit the footer area (#25556)
Close #25551
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/footer_content.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl
index f527274484..3b87f25d63 100644
--- a/templates/base/footer_content.tmpl
+++ b/templates/base/footer_content.tmpl
@@ -16,7 +16,7 @@
</div>
<div class="right-links" role="group" aria-label="{{.locale.Tr "aria.footer.links"}}">
<div class="ui dropdown upward language">
- <span>{{svg "octicon-globe"}} {{.locale.LangName}}</span>
+ <span class="flex-text-inline">{{svg "octicon-globe" 14}} {{.locale.LangName}}</span>
<div class="menu language-menu">
{{range .AllLangs}}
<a lang="{{.Lang}}" data-url="{{AppSubUrl}}/?lang={{.Lang}}" class="item {{if eq $.locale.Lang .Lang}}active selected{{end}}">{{.Name}}</a>