Opened 9 years ago
Closed 5 years ago
#3118 closed defect (bug) (duplicate)
Trac: Improve mobile styling on report pages
| Reported by: | mitraval192 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
I found the "https://meta.trac.wordpress.org" site is not looking properly on the mobile device.
Attachments (2)
Change History (10)
#2
@
9 years ago
Regarding this issue, we need to add one div on above the "<table class="listing tickets">".
and add below CSS.
div.CLASS_NAME {
width: auto;
overflow: scroll;
}
#5
@
9 years ago
In responsive-table.jpg we have an example of a responsive trac table, where each column has full width:
table.listing th, table.listing td {
display: block;
}
where we would wrap this in a css mobile media query.
This would also need extra labels, only visible on mobile, for the column names in each row.
#7
@
5 years ago
Based on this proposal made by @birgire there is a similar proposal here (3rd item):
https://meta.trac.wordpress.org/ticket/4917#comment:17
This is a 4 part patch that tries to bring better responsiveness for Trac reports. Your feedback and testing would be much appreciated. Thank you!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Displaying white space on the right side of the page.