[wp-meta] [Making WordPress.org] #4917: Trac needs more responsive styles
Making WordPress.org
noreply at wordpress.org
Sat Jul 11 22:52:23 UTC 2020
#4917: Trac needs more responsive styles
-----------------------------------------------+---------------------
Reporter: sumitsingh | Owner: (none)
Type: defect | Status: new
Priority: high | Milestone:
Component: Trac | Resolution:
Keywords: needs-patch needs-design-feedback |
-----------------------------------------------+---------------------
Changes (by MarcosAlexandre):
* keywords: needs-patch => needs-patch needs-design-feedback
* priority: lowest => high
Comment:
@dd32 I worked on a simple fix and got the result below:
Before:
[[Image(https://prnt.sc/tg3dmc)]]
After:
[[Image(https://prnt.sc/tg3dde)]]
I think this ticket should not be low priority, as it is related to
accessibility. What do you think?
How can I send a patch with the fix?
In case someone wants to make the patch, the basic CSS I used is this:
{{{
@media (max-width:550px) {
#ticket .ticket-star {
font-size: 25px;
width: 25px;
}
#ticket > h2 .trac-id {
font-size: 100%;
}
#ticket table.properties > tbody > tr {
border-bottom: none;
}
#ticket table.properties > tbody > tr > td {
border-top: 1px dotted #eed;
width: 42%;
float: left;
}
#ticket table.properties > tbody > tr > th {
border-top: 1px dotted #eed;
width: 42%;
float: left;
}
#ticket table.properties > tbody > tr > th#h_focuses {
border-bottom: 1px dotted #eed;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4917#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list