File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,20 @@ pre.wiki {
108108 white-space : pre-wrap ;
109109}
110110
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+ }
113125}
114126
115127.foldable {
@@ -384,3 +396,25 @@ div[role="main"]{
384396 }
385397 }
386398}
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 44 < head py:match ="head " py:attrs ="select('@*') ">
55 ${select('*|comment()|text()')}
66
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
78 < link rel ="stylesheet " href ="${href.chrome('site/css/output.css')} " />
89 < link rel ="stylesheet " href ="${href.chrome('site/css/trachacks.css')} " />
910 <!--! uncomment for local version of webfont loader if desired. -->
You can’t perform that action at this time.
0 commit comments