File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7070 <span class="not-mobile">{{svg "octicon-triangle-down"}}</span>
7171 </span>
7272 <div class="menu user-menu">
73- <div class="ui header">
73+ <div class="header">
7474 {{ctx.Locale.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
7575 </div>
7676
130130 {{/* do not localize it, here it needs the fixed length (width) to make UI comfortable */}}
131131 {{if .IsAdmin}}<span class="navbar-profile-admin">admin</span>{{end}}
132132 <div class="menu user-menu">
133- <div class="ui header">
133+ <div class="header">
134134 {{ctx.Locale.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
135135 </div>
136136
Original file line number Diff line number Diff line change 1616 {{ctx.Locale.Tr "repo.commit.operations"}}
1717 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
1818 <div class="menu">
19- <div class="ui header">{{ctx.Locale.Tr "repo.commit.operations"}}</div>
19+ <div class="header">{{ctx.Locale.Tr "repo.commit.operations"}}</div>
2020 <div class="divider"></div>
2121 <div class="item show-create-branch-modal"
2222 data-content="{{ctx.Locale.Tr "repo.branch.new_branch_from" (.CommitID)}}" {{/* used by the form */}}
Original file line number Diff line number Diff line change 1212 {{svg "octicon-triangle-down" 14 "dropdown icon tw-ml-1"}}
1313 </span>
1414 <div class="context user overflow menu">
15- <div class="ui header">
15+ <div class="header">
1616 {{ctx.Locale.Tr "home.switch_dashboard_context"}}
1717 </div>
1818 <div class="scrolling menu items">
5656 </span>
5757 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
5858 <div class="context user overflow menu">
59- <div class="ui header">
59+ <div class="header">
6060 {{ctx.Locale.Tr "home.filter_by_team_repositories"}}
6161 </div>
6262 <div class="scrolling menu items">
Original file line number Diff line number Diff line change 4848 align-items : stretch;
4949 }
5050 /* hide all items */
51- # navbar .item {
51+ # navbar .navbar-left > .item ,
52+ # navbar .navbar-right > .item {
5253 display : none;
5354 }
5455 # navbar # navbar-logo {
You can’t perform that action at this time.
0 commit comments