#366 closed defect (bug) (fixed)
IRC Logs: re-skin and responsivize logs display
Reported by: | celloexpressions | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Communication (Matrix, Slack, IRC) | Keywords: | has-patch needs-testing ui-feedback |
Cc: |
Description
irclogs.wordpress.org is responsive-ish, but doesn't specify a viewport, so it's basically impossible to use on a mobile device. Adding the following would fix this (can't patch directly since the source isn't public):
<meta name="viewport" content="width=device-width">
in the <head>
@-ms-viewport { width: device-width; } @viewport { width: device-width; }
in the inline <style>
section of <head>
. Note that the CSS part is required for IE10+, and the unprefixed @viewport
is the future-proof version of that (see https://core.trac.wordpress.org/ticket/25888 for more details).
While you're in there it would be cool if it was Open Sans-ified.
Attachments (2)
Change History (13)
This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.
11 years ago
#4
@
11 years ago
- Keywords needs-testing added
Added an actual patch. I went ahead and made some other visual tweaks while I was in there; it now matches WordPress.org much better, uses Open Sans, etc. And the responsive issues should be fixed too.
#5
@
10 years ago
- Summary changed from IRC Logs missing viewport for responsiveness to IRC Logs: re-skin and responsivize logs display
#6
@
10 years ago
- Keywords ui-feedback added
@celloexpressions's design is definitely an improvement. Still worth pursuing with the move to slack?
#7
@
9 years ago
I don't have commit to this repository.
@coffee2code: Can you commit this patch, just for old time's sake?
Code is here, for anyone interested: https://code.trac.wordpress.org/browser/irc-logger