←back to thread

271 points nimbusega | 1 comments | | HN request time: 0.309s | source
Show context
nightpool ◴[] No.42064936[source]
Very cool! Looks like it has an XSS vector though :P

https://i.imgur.com/5bbKiFc.png

replies(2): >>42064998 #>>42065995 #
1. nightpool ◴[] No.42064998[source]
The print stylesheets are also kind of broken. With my printer's default margins, the page becomes an overlapping mess: https://i.imgur.com/lTlFz4l.png

And even with margins turned off, stories are split "across" pages in a way that makes them useless for printing: https://i.imgur.com/SvmTGa8.png Need to pay more attention to your "break-inside" properties: https://developer.mozilla.org/en-US/docs/Web/CSS/break-insid... (and switch from using JS-generated absolute styles to using a CSS column layout or masonry grid)