mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
- markdown.css: .prose table gets display:block + overflow-x:auto so wide tables scroll inside their own box instead of stretching the page (post 2970 had a 1076px table overflowing 390px mobile and 1440px desktop) - td gets word-break:break-word + overflow-wrap:anywhere for long URLs - post_detail.html: .post-actions max-width:100% so Listen/Edit/Share/Delete buttons wrap inside the container on narrow screens