Skip to content

Commit a168609

Browse files
tyroneyehGusted
and
Gusted
authored
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 <[email protected]> Co-authored-by: Gusted <[email protected]>
1 parent c174bdc commit a168609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/head_navbar.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</div>
115115
</div>
116116

117-
<a href="{{AppSubUrl}}/notifications" class="item tooltip not-mobile" data-content='{{.locale.Tr "notifications"}}'>
117+
<a href="{{AppSubUrl}}/notifications" class="m-4 text black tooltip not-mobile" data-content='{{.locale.Tr "notifications"}}'>
118118
<span class="text">
119119
<span class="fitted">{{svg "octicon-bell"}}</span>
120120
<span class="ui red label {{if not $notificationUnreadCount}}hidden{{end}} notification_count">

0 commit comments

Comments
 (0)