File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{template "base/head" .}}
2
2
<div role="main" aria-label="{{.Title}}" class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
3
3
{{template "user/auth/signin_navbar" .}}
4
- <div class="ui middle very relaxed page grid">
4
+ <div class="ui middle very relaxed page grid tw-my-0 ">
5
5
<div class="ui container column fluid">
6
6
{{template "user/auth/signin_inner" .}}
7
7
</div>
Original file line number Diff line number Diff line change @@ -670,8 +670,7 @@ img.ui.avatar,
670
670
671
671
.page-content .new : is (.repo , .migrate , .org ),
672
672
.page-content .profile : is (.user , .organization ),
673
- .page-content .user : is (.settings , .notification ),
674
- .page-content .user .signin : not (: has (> overflow-menu )) {
673
+ .page-content .user : is (.settings , .notification ) {
675
674
padding-top : 15px ;
676
675
}
677
676
@@ -1259,6 +1258,10 @@ overflow-menu {
1259
1258
display : flex;
1260
1259
}
1261
1260
1261
+ .page-content .user .signin > overflow-menu {
1262
+ margin-bottom : 0 !important ;
1263
+ }
1264
+
1262
1265
overflow-menu .overflow-menu-items {
1263
1266
display : flex;
1264
1267
flex : 1 ;
You can’t perform that action at this time.
0 commit comments