File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 89
89
{{template "repo/issue/openclose" .}}
90
90
</div>
91
91
<div class="issue-list-toolbar-right">
92
- <div class="ui secondary filter stackable menu labels">
92
+ <div class="ui secondary filter menu labels">
93
93
<!-- Label -->
94
94
<div class="ui {{if not .Labels}}disabled{{end}} dropdown jump item label-filter">
95
95
<span class="text">
278
278
{{template "repo/issue/openclose" .}}
279
279
</div>
280
280
<div class="issue-list-toolbar-right">
281
- <div class="ui secondary filter stackable menu">
281
+ <div class="ui secondary filter menu">
282
282
{{if not .Repository.IsArchived}}
283
283
<!-- Action Button -->
284
284
{{if .IsShowClosed}}
Original file line number Diff line number Diff line change 1
1
.issue-list-toolbar {
2
2
display : flex;
3
3
flex-wrap : wrap;
4
+ justify-content : space-between;
4
5
align-items : flex-start;
5
6
gap : 1rem ;
6
7
margin-top : 1rem ;
10
11
display : flex;
11
12
}
12
13
13
- .issue-list-toolbar-right {
14
- margin-left : auto;
14
+ .issue-list-toolbar-right .filter .menu {
15
+ flex-direction : row;
16
+ flex-wrap : wrap;
17
+ gap : 8px ;
15
18
}
16
19
17
20
@media (max-width : 767.98px ) {
18
21
.issue-list-toolbar {
19
22
flex-direction : column-reverse;
20
23
}
21
- .issue-list-toolbar-right {
22
- margin-right : auto;
23
- width : 100 % ;
24
+ .issue-list-toolbar-right . dropdown . menu {
25
+ left : auto !important ;
26
+ right : auto !important ;
24
27
}
25
28
.issue-list-navbar {
26
29
order : 0 ;
You can’t perform that action at this time.
0 commit comments