Skip to content

fix: session list css grid#411

Merged
experimatt merged 4 commits intominnestar:mainfrom
cadomac:cadomac/sessions-grid
Mar 28, 2026
Merged

fix: session list css grid#411
experimatt merged 4 commits intominnestar:mainfrom
cadomac:cadomac/sessions-grid

Conversation

@cadomac
Copy link
Copy Markdown
Contributor

@cadomac cadomac commented Mar 26, 2026

Updates the sessionizer full .sessionsList to use CSS Grid.

Screenshot 2026-03-26 at 16 08 39 Screenshot 2026-03-26 at 16 08 55

Copy link
Copy Markdown
Contributor

@experimatt experimatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At a glance this looks good, but I haven't tested it locally yet.

Can you check if the styles here are still needed, or if they need to be updated as well?

ul.sessionsList li {
padding-left: 0;
}

Copy link
Copy Markdown
Contributor

@experimatt experimatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something's still off - I forgot to mention that you'll need to test this while logged in so you can see the little Minnestar asterisks (and circles) next to each session title. My apologies 🙈

I think the problem might not actually be the grid layout itself, but the margin/padding of the <li> elements within sessionsList, and/or how those elements are displayed (box-sizing, maybe?).

Can you take another stab at it?

Image Image Image

Copy link
Copy Markdown
Contributor

@experimatt experimatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm now something else isn't quite right.

On desktop on the homepage it's trying to show multiple sessions in one of two side-by-side columns.

Image

And on mobile it's not showing the favorite star at all anymore.

Image

@experimatt experimatt merged commit 102702d into minnestar:main Mar 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants