commit 870a9222e7b80d067774bcd4439b833831d60c2e parent e65f8fc755b4ff17b0dc3cdca779346ce07be091 Author: Thomas Mathews <thomas.c.mathews@gmail.com> Date: Mon, 14 Nov 2022 20:43:26 -0800 web: fix flex shrink in mobile Diffstat:
M | web/css/responsive.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/web/css/responsive.css b/web/css/responsive.css @@ -20,6 +20,7 @@ display: initial; } #view { + flex: 1; width: initial; border-right: none; }