summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2018-09-27 22:58:38 +0200
committertechknowlogick <hello@techknowlogick.com>2018-09-27 16:58:38 -0400
commit31d54880598beb7fdc9832147521063292ae9c0c (patch)
treefc5b89ed17a75586826588f39c6f8b9ca2d7d515 /templates/base
parent39735723f542947b8f067b39f7b4415d0282d2dc (diff)
downloadgitea-31d54880598beb7fdc9832147521063292ae9c0c.tar.gz
gitea-31d54880598beb7fdc9832147521063292ae9c0c.zip
Fix user menu item styling (#4985)
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head_navbar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl
index 08db199cf1..c03af4649d 100644
--- a/templates/base/head_navbar.tmpl
+++ b/templates/base/head_navbar.tmpl
@@ -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>