eylenburg / eylenburg.github.io

https://eylenburg.github.io/
Creative Commons Attribution Share Alike 4.0 International
119 stars 12 forks source link

feat(comparison table): freezes first column #67

Closed astr0n0mer closed 1 month ago

astr0n0mer commented 2 months ago

Freezes the first column in the comparison table for wider screens (Issue #35)

eylenburg commented 1 month ago

Thank you for the contribution! That's really helpful.

Would you mind adding a line in each file to have white background for the first column in light mode? Currently this is transparent and the first column becomes unreadable in light mode when scrolling horizontally.

e.g. .legend { background-color: white; } or table.comparison tr>th:first-child, table.comparison tr>td:first-child { background-color: white; }, similar to what you've added for the dark mode

astr0n0mer commented 1 month ago

Thanks for the review. Sure, I'll add those suggestions.

eylenburg commented 1 month ago

Amazing, thank you!