github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2020-08-09 11:45 am

[dreamwidth/dw-free] ac8755: Fix mobile blowouts on Drifting

Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: ac8755ae7335c7604fe9c5e2ba700624bf7b7364 https://github.com/dreamwidth/dw-free/commit/ac8755ae7335c7604fe9c5e2ba700624bf7b7364 Author: Nick Fagerlund nick.fagerlund@gmail.com Date: 2020-08-09 (Sun, 09 Aug 2020)

Changed paths: M styles/drifting/layout.s2

Log Message:


Fix mobile blowouts on Drifting

This hack seems to have been an old version of the modern hack I replaced it with. The drawback of the old one is that it doesn't constrain the widths of the table 'cells', so a long preformatted string of example CSS code or whatever will blast your flist page off for Mars. Using flex lets it respect the per-entry overflow: auto it already has for avoiding blowouts.