aboutsummaryrefslogtreecommitdiff
path: root/dist/style.css
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-06-06 11:39:50 -0600
committerMelody Horn <melody@boringcactus.com>2020-06-06 11:39:50 -0600
commit4127ae91822f9abeffeb614e95b6f9d832ecf7c6 (patch)
treec54b1831b450cb901fd787583e115951eb12e0d3 /dist/style.css
parent253a9230ad727baa2a55258de3d045872b84bd3f (diff)
downloadpig.observer-4127ae91822f9abeffeb614e95b6f9d832ecf7c6.tar.gz
pig.observer-4127ae91822f9abeffeb614e95b6f9d832ecf7c6.zip
replace bad checkboxes with good map-based UI
Diffstat (limited to 'dist/style.css')
-rw-r--r--dist/style.css4
1 files changed, 4 insertions, 0 deletions
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;