File tree 2 files changed +37
-2
lines changed
2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,20 @@ pre.wiki {
108
108
white-space : pre-wrap ;
109
109
}
110
110
111
- #content .ticket {
112
- width : auto ;
111
+ #content {
112
+ margin-top : 1em ;
113
+
114
+ .ticket {
115
+ width : auto ;
116
+ }
117
+
118
+ .report-result {
119
+ margin-top : 1em ;
120
+ }
121
+
122
+ .paging {
123
+ margin : 0 ;
124
+ }
113
125
}
114
126
115
127
.foldable {
@@ -384,3 +396,25 @@ div[role="main"]{
384
396
}
385
397
}
386
398
}
399
+
400
+ /* Mobile */
401
+
402
+ @media (max-width : 767px ) {
403
+ #metanav {
404
+ ul {
405
+ li {
406
+ padding : 1em 0.5em !important ;
407
+ }
408
+ }
409
+ }
410
+
411
+ #filters {
412
+ min-width : inherit ;
413
+ overflow : scroll ;
414
+ }
415
+
416
+ div :has (.listing.tickets ) {
417
+ min-width : inherit ;
418
+ overflow : scroll ;
419
+ }
420
+ }
Original file line number Diff line number Diff line change 4
4
< head py:match ="head " py:attrs ="select('@*') ">
5
5
${select('*|comment()|text()')}
6
6
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
7
8
< link rel ="stylesheet " href ="${href.chrome('site/css/output.css')} " />
8
9
< link rel ="stylesheet " href ="${href.chrome('site/css/trachacks.css')} " />
9
10
<!--! uncomment for local version of webfont loader if desired. -->
You can’t perform that action at this time.
0 commit comments