1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix user menu item styling (#4985)

This commit is contained in:
silverwind
2018-09-27 22:58:38 +02:00
committed by techknowlogick
parent 39735723f5
commit 31d5488059
3 changed files with 7 additions and 2 deletions

View File

@@ -76,7 +76,7 @@
<span class="mobile-only">{{.SignedUser.Name}}</span>
<i class="fitted octicon octicon-triangle-down not-mobile" tabindex="-1"></i>
</span>
<div class="menu" tabindex="-1">
<div class="menu user-menu" tabindex="-1">
<div class="ui header">
{{.i18n.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
</div>