commit e65f8fc755b4ff17b0dc3cdca779346ce07be091 parent afc8aeed5634378f358f3badf5e999cf65f64554 Author: Thomas Mathews <thomas.c.mathews@gmail.com> Date: Mon, 14 Nov 2022 20:00:00 -0800 web: fix view width Diffstat:
M | web/css/styles.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/css/styles.css b/web/css/styles.css @@ -172,7 +172,7 @@ button.nav { flex-flow: row; } #view { - flex: auto; + flex-shrink: 0; border-right: 1px solid var(--clrBorder); width: 750px; min-height: 100vh;