#3196 closed defect (bug) (fixed)
Improve forum profile topics and replies list styling on mobile devices
Reported by: | bcworkz | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-screenshots has-patch |
Cc: |
Description
The topics and replies list tables in user profiles has small screen display issues. The page nav element prevents the main table div from using available screen width on mobiles and reduced width windows. (See attached image from Desktop FF, same on Chrome Android) The bbp-topics class style includes a clear: none;
rule. It should be both
or right
, at least for small screens. Unsure how it may affect other elements sharing the rule. This may be an overall bbPress issue, I'm currently unable to setup an independent bbPress test. I'm trusting the awesome meta team is capable of getting this into the right hands :)
Attachments (3)
Change History (7)
#2
follow-up:
↓ 4
@
7 years ago
- Keywords has-patch added
Hello @bcworkz
I tried a patch on wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
which seems to host the overriding css rules for Support Forums. Hope this is the right location.
#3
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 6031:
#4
in reply to:
↑ 2
@
7 years ago
Replying to audrasjb:
I tried a patch on
wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
which seems to host the overriding css rules for Support Forums. Hope this is the right location.
Haven't seen your patch, sorry! For future reference, style.css
file in Support Theme is auto-generated, files in the wporg-support/sass
directory should be patched instead.
List table display issue