From 4127ae91822f9abeffeb614e95b6f9d832ecf7c6 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 6 Jun 2020 11:39:50 -0600 Subject: replace bad checkboxes with good map-based UI --- dist/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/style.css') diff --git a/dist/style.css b/dist/style.css index f46a147..3856fea 100644 --- a/dist/style.css +++ b/dist/style.css @@ -36,6 +36,10 @@ ul { padding: 0; } +aside#map { + height: 500px; +} + /* from Dragula */ .gu-mirror { position: fixed !important; -- cgit v1.2.3