top | item 45383536

(no title)

dunewalker547 | 5 months ago

If you find the columns jarring, run this in the console:

document.querySelectorAll('.col-50').forEach(d=>d.classList.replace('col-50','col-100'));

discuss

order

smig0|5 months ago

Or use reading mode (F9 in Firefox)

bapak|5 months ago

Thanks! As usual people favor look over usability and readability.