Skip to content

Commit ae44ed2

Browse files
committed
revert cadfbad
1 parent 8444c78 commit ae44ed2

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

templates/base/head_navbar.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@
122122
</div><!-- end dropdown menu create new -->
123123

124124
<div class="ui dropdown jump item tw-mx-0 tw-pr-2" data-tooltip-content="{{ctx.Locale.Tr "user_profile_and_more"}}">
125-
{{ctx.AvatarUtils.Avatar .SignedUser 36 "not-mobile"}}
126-
<span class="text tw-flex tw-items-center only-mobile">
125+
<span class="text tw-flex tw-items-center">
127126
{{ctx.AvatarUtils.Avatar .SignedUser 24 "tw-mr-1"}}
128127
<span class="only-mobile tw-ml-2">{{.SignedUser.Name}}</span>
128+
<span class="not-mobile">{{svg "octicon-triangle-down"}}</span>
129129
</span>
130130
<div class="menu user-menu">
131131
<div class="ui header">

web_src/css/modules/navbar.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@
3939
border-radius: .28571429rem;
4040
}
4141

42-
@media (min-width: 768px) {
43-
44-
.navbar-right > .item:not(:has(.ui.avatar)) {
45-
border: 1px solid;
46-
border-color: var(--color-secondary);
47-
}
48-
49-
.navbar-right > .item:has(.ui.avatar) {
50-
padding: 0!important;
51-
}
52-
53-
}
54-
5542
#navbar .item {
5643
min-height: 36px;
5744
min-width: 36px;

0 commit comments

Comments
 (0)