diff options
author | Tyrone Yeh <siryeh@gmail.com> | 2022-07-05 14:12:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 14:12:53 +0800 |
commit | a168609e847ad24c7f3d9d494bab2219fca71d60 (patch) | |
tree | d5317f0db4f47324599885d67c71bcee4403019c /templates/base | |
parent | c174bdc494e44ac6b52373e86b7a3ac225091a80 (diff) | |
download | gitea-a168609e847ad24c7f3d9d494bab2219fca71d60.tar.gz gitea-a168609e847ad24c7f3d9d494bab2219fca71d60.zip |
Adjust class for mobile has the problem of double small bells (#20236)
* Adjust class for mobile has the problem of double small bells
* Update templates/base/head_navbar.tmpl
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head_navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 91529dc163..111cc02f93 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -114,7 +114,7 @@ </div> </div> - <a href="{{AppSubUrl}}/notifications" class="item tooltip not-mobile" data-content='{{.locale.Tr "notifications"}}'> + <a href="{{AppSubUrl}}/notifications" class="m-4 text black tooltip not-mobile" data-content='{{.locale.Tr "notifications"}}'> <span class="text"> <span class="fitted">{{svg "octicon-bell"}}</span> <span class="ui red label {{if not $notificationUnreadCount}}hidden{{end}} notification_count"> |