|
56 | 56 | <div class="navbar-right ui secondary menu"> |
57 | 57 | {{if and .IsSigned .MustChangePassword}} |
58 | 58 | <div class="ui dropdown jump item" data-tooltip-content="{{ctx.Locale.Tr "user_profile_and_more"}}"> |
59 | | - <span class="text tw-flex tw-content-center"> |
| 59 | + <span class="text tw-flex tw-items-center"> |
60 | 60 | {{ctx.AvatarUtils.Avatar .SignedUser 24 "gt-mr-2"}} |
61 | 61 | <span class="only-mobile gt-ml-3">{{.SignedUser.Name}}</span> |
62 | 62 | <span class="not-mobile">{{svg "octicon-triangle-down"}}</span> |
|
83 | 83 | <span class="only-mobile gt-ml-3">{{ctx.Locale.Tr "active_stopwatch"}}</span> |
84 | 84 | </a> |
85 | 85 | <div class="active-stopwatch-popup item tippy-target gt-p-3"> |
86 | | - <div class="tw-flex tw-content-center"> |
87 | | - <a class="stopwatch-link tw-flex tw-content-center" href="{{.ActiveStopwatch.IssueLink}}"> |
| 86 | + <div class="tw-flex tw-items-center"> |
| 87 | + <a class="stopwatch-link tw-flex tw-items-center" href="{{.ActiveStopwatch.IssueLink}}"> |
88 | 88 | {{svg "octicon-issue-opened" 16 "gt-mr-3"}} |
89 | 89 | <span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span> |
90 | 90 | <span class="ui primary label stopwatch-time gt-my-0 gt-mx-4" data-seconds="{{.ActiveStopwatch.Seconds}}"> |
|
142 | 142 | </div><!-- end dropdown menu create new --> |
143 | 143 |
|
144 | 144 | <div class="ui dropdown jump item gt-mx-0 gt-pr-3" data-tooltip-content="{{ctx.Locale.Tr "user_profile_and_more"}}"> |
145 | | - <span class="text tw-flex tw-content-center"> |
| 145 | + <span class="text tw-flex tw-items-center"> |
146 | 146 | {{ctx.AvatarUtils.Avatar .SignedUser 24 "gt-mr-2"}} |
147 | 147 | <span class="only-mobile gt-ml-3">{{.SignedUser.Name}}</span> |
148 | 148 | <span class="not-mobile">{{svg "octicon-triangle-down"}}</span> |
|
0 commit comments