1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 12:38:20 +00:00

Fix #5580 : Make organization dropdown scrollable when using mouse wh… (#6246)

* Fix #5580 : Make organization dropdown scrollable when using mouse wheel.

* build less file with old makefile
This commit is contained in:
Muhammed TİFTİKÇİ
2019-03-05 21:27:50 +03:00
committed by techknowlogick
parent 6a86a82368
commit 59a64c0e1d
3 changed files with 8 additions and 29 deletions

View File

@@ -11,7 +11,7 @@
<div class="ui header">
{{.i18n.Tr "home.switch_dashboard_context"}}
</div>
<div class="items">
<div class="scrolling menu items">
<a class="{{if eq .ContextUser.ID .SignedUser.ID}}active selected{{end}} item" href="{{AppSubUrl}}/{{if .PageIsIssues}}issues{{else if .PageIsPulls}}pulls{{end}}">
<img class="ui avatar image" src="{{.SignedUser.RelAvatarLink}}">
{{.SignedUser.Name}}