Opened 7 years ago
Closed 3 years ago
#3118 closed defect (bug) (duplicate)
Trac: Improve mobile styling on report pages
Reported by: | mitraval192 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
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
@
7 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; }
#3
@
7 years ago
- Summary changed from Mobile Responsive issue to Trac: Improve mobile styling on report pages
#5
@
7 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
@
4 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!
Displaying white space on the right side of the page.