-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the flow of the spacing on the watch cards using a whole bunch of nested (not subgrid) grids #71
base: main
Are you sure you want to change the base?
Conversation
…h of nested (not subgrid) grids
Deploying matrix-2024 with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -137,64 +137,72 @@ | |||
.talks-grid { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fill, 358px); | |||
grid-template-rows: repeat(auto-fit, 533px); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was the number Firefox calculated for the card height of the old/deployed grid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I think we could probably diverge from it? Can you repro what I mean?
This is not perfect either but it seems to have better text flow than whats on main now that I had to untruncate the headers since those hid valuable information.
kinda helps #70 ?
cc review from @HarHarLinks appreciated (cant do it via github itself :|)