diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-09-28 15:26:15 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-09-28 15:26:15 +0200 |
commit | b373d91f8c8056904c6779c7fcfb47ff5d8ee242 (patch) | |
tree | 52f3cc4a065f6c8fa93e4e1c96fcbcdc691496ae /web/style.css | |
parent | 49a950d117016e3887c5b5a2571a77d9867ca45e (diff) | |
download | meteo_toolbox-b373d91f8c8056904c6779c7fcfb47ff5d8ee242.tar.gz |
webinterface wip
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
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); +} |