File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 8989 {{template "repo/issue/openclose" .}}
9090 </div>
9191 <div class="issue-list-toolbar-right">
92- <div class="ui secondary filter stackable menu labels">
92+ <div class="ui secondary filter menu labels">
9393 <!-- Label -->
9494 <div class="ui {{if not .Labels}}disabled{{end}} dropdown jump item label-filter">
9595 <span class="text">
278278 {{template "repo/issue/openclose" .}}
279279 </div>
280280 <div class="issue-list-toolbar-right">
281- <div class="ui secondary filter stackable menu">
281+ <div class="ui secondary filter menu">
282282 {{if not .Repository.IsArchived}}
283283 <!-- Action Button -->
284284 {{if .IsShowClosed}}
Original file line number Diff line number Diff line change 11.issue-list-toolbar {
22 display : flex;
33 flex-wrap : wrap;
4+ justify-content : space-between;
45 align-items : flex-start;
56 gap : 1rem ;
67 margin-top : 1rem ;
1011 display : flex;
1112}
1213
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 ;
1518}
1619
1720@media (max-width : 767.98px ) {
1821 .issue-list-toolbar {
1922 flex-direction : column-reverse;
2023 }
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 ;
2427 }
2528 .issue-list-navbar {
2629 order : 0 ;
You can’t perform that action at this time.
0 commit comments