#2686 - Possible blocking style in member profile pages
| Identifier | #2686 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Possible blocking style in member profile pages |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_themeing |
| Description | There seems to be something that is blocking a couple of things from being able to render properly in member profile pages.
Specifically, I tried using catalogue image grid styling to display a list of "charms" a user has earned in the same way a grid of title/image catalogue entries are shown. However, it's expanding the boxes full-width of the profile area, and therefore showing them as a weird one-per-line type deal. In addition, the friends tab seems to be doing the same thing. Instead of showing each friend as a grid of member boxes, it's expanding each box entire width and doing one per row so-to-speak. |
| Steps to reproduce | see https://lovinity.org/members/view/Lovinity |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
require_css('catalogues');
I've added it, and it now works.
The friends tab was indeed ugly, I will tidy that up, but it's not related.