Skip to content

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

templates/base/head_navbar.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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

@@ -130,7 +130,7 @@
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

templates/repo/commit_page.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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 */}}

templates/user/dashboard/navbar.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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">
@@ -56,7 +56,7 @@
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">

web_src/css/modules/navbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
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 {

0 commit comments

Comments
 (0)