commit 7533e75f06e8b1320cff21e838a83130e1606de3 parent 8d2890eff35ced5f113aa5962cb7b4042b157c96 Author: Brian C. Lane <bcl@brianlane.com> Date: Sun, 22 May 2022 06:58:24 -0700 Prevent feed control from splitting across columns Diffstat:
M | src/strix/ui/style.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/strix/ui/style.css b/src/strix/ui/style.css @@ -10,6 +10,7 @@ body { } .feed { + break-inside: avoid; } @media (min-width: 40em) {