Skip to content

Commit 53c19ab

Browse files
committed
Added mobile support for Trac.
1 parent c557e59 commit 53c19ab

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

scss/trachacks.scss

+36-2
Original file line numberDiff line numberDiff 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+
}

trac-env/templates/site.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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. -->

0 commit comments

Comments
 (0)