From b373d91f8c8056904c6779c7fcfb47ff5d8ee242 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 28 Sep 2023 15:26:15 +0200 Subject: webinterface wip --- web/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/style.css (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..f478501 --- /dev/null +++ b/web/style.css @@ -0,0 +1,13 @@ +:root { + --dummy: white; + --indexwidth: 50px; +} + +div.index { + width: var(--indexwidth); + position: fixed; +} + +div.mapframe { + margin-left: var(--indexwidth); +} -- cgit v1.2.3