File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
<div class="page-content repository">
3
3
{{template "repo/header" .}}
4
4
<div class="ui container">
5
- <div class="ui three column stackable grid">
5
+ <div class="ui three column grid issue-list-headers ">
6
6
<div class="column">
7
7
{{template "repo/issue/navbar" .}}
8
8
</div>
Original file line number Diff line number Diff line change @@ -3237,3 +3237,22 @@ td.blob-excerpt {
3237
3237
transform : scale (105% );
3238
3238
box-shadow : 0 .5rem 1rem var (--color-shadow ) !important ;
3239
3239
}
3240
+
3241
+ @media @mediaSm {
3242
+ .issue-list-headers.ui [class].grid {
3243
+ > div :nth- child(1 ) {
3244
+ order : 1 ;
3245
+ width : 50% ;
3246
+ }
3247
+
3248
+ > div :nth- child(2 ) {
3249
+ order : 3 ;
3250
+ width : 100% ;
3251
+ }
3252
+
3253
+ > div .column :not (.row ):nth- child(3 ) {
3254
+ order : 2 ;
3255
+ width : 50% ;
3256
+ }
3257
+ }
3258
+ }
You can’t perform that action at this time.
0 commit comments