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
128128 <span class="not-mobile">{{svg "octicon-triangle-down"}}</span>
129129 </span>
130130 <div class="menu user-menu">
131- <div class="ui header">
131+ <div class="header">
132132 {{ctx.Locale.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
133133 </div>
134134
Original file line number Diff line number Diff line change 3030 {{ctx.Locale.Tr "repo.commit.operations"}}
3131 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
3232 <div class="menu">
33- <div class="ui header">{{ctx.Locale.Tr "repo.commit.operations"}}</div>
33+ <div class="header">{{ctx.Locale.Tr "repo.commit.operations"}}</div>
3434 <div class="divider"></div>
3535 <div class="item show-create-branch-modal"
3636 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 6666 align-items : stretch;
6767 }
6868 /* hide all items */
69- # navbar .item {
69+ # navbar .navbar-left > .item ,
70+ # navbar .navbar-right > .item {
7071 display : none;
7172 }
7273 # navbar # navbar-logo {
You can’t perform that action at this time.
0 commit comments