File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
<div class="item">
4
4
<div class="ui floating dropdown jump">
5
5
<span class="text truncated-item-container">
6
- {{ctx.AvatarUtils.Avatar .ContextUser}}
6
+ {{ctx.AvatarUtils.Avatar .ContextUser 24 "tw-mr-1" }}
7
7
<span class="truncated-item-name">{{.ContextUser.ShortName 40}}</span>
8
8
<span class="org-visibility">
9
9
{{if .ContextUser.Visibility.IsLimited}}<div class="ui basic tiny horizontal label">{{ctx.Locale.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
10
10
{{if .ContextUser.Visibility.IsPrivate}}<div class="ui basic tiny horizontal label">{{ctx.Locale.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
11
11
</span>
12
- {{svg "octicon-triangle-down" 14 "dropdown icon"}}
12
+ {{svg "octicon-triangle-down" 14 "dropdown icon tw-ml-1 "}}
13
13
</span>
14
14
<div class="context user overflow menu">
15
15
<div class="ui header">
Original file line number Diff line number Diff line change @@ -669,7 +669,8 @@ img.ui.avatar,
669
669
}
670
670
671
671
.page-content .new : is (.repo , .migrate , .org ),
672
- .page-content .profile : is (.user , .organization ) {
672
+ .page-content .profile : is (.user , .organization ),
673
+ .page-content .user : is (.settings , .notification ) {
673
674
padding-top : 15px ;
674
675
}
675
676
@@ -1796,7 +1797,7 @@ table th[data-sortt-desc] .svg {
1796
1797
1797
1798
.ui .tabular .menu .item ,
1798
1799
.ui .secondary .pointing .menu .item {
1799
- padding : 11 px 12px !important ;
1800
+ padding : 11.55 px 12px !important ; /* match .dashboard-navbar in height */
1800
1801
color : var (--color-text-light-2 );
1801
1802
}
1802
1803
Original file line number Diff line number Diff line change 78
78
}
79
79
80
80
.dashboard .dashboard-navbar {
81
- padding : 4px 12px ;
81
+ padding : 1px 12px ; /* match .overflow-menu-items in height */
82
+ background : var (--color-header-wrapper );
82
83
}
83
84
84
85
.dashboard .dashboard-navbar .org-visibility .label {
You can’t perform that action at this time.
0 commit comments