diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-12 04:02:37 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-12 14:35:43 +0100 |
commit | 4a4750c3f6563a62fea050aa67c1f910195d1103 (patch) | |
tree | e5142efb44ffb7bacbe1b7b6aa7a4adb057c80cb /index.html | |
parent | 3194e8b8b30e0b5e17a5b5843aa04802927fd350 (diff) |
More CSS improvements and minor refactoring.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,12 +7,12 @@ </head> <body> <div id="map"></div> - <div id="layer-selection-btn" class="ol-control ol-unselectable"> - <button type="button" aria-expanded="false" title="Byt kartlager"> + <div id="map-menu" class="d-none"> + <button id="layer-selection-btn" type="button" aria-expanded="false" title="Byt kartlager"> <i class="bi bi-stack"></i> </button> </div> - <div id="layer-selection-panel" class="map-panel map-panel-hidden"> + <div id="layer-selection-panel" class="d-none"> <div class="form-check form-switch"> <input class="form-check-input" type="checkbox" role="switch" id="layer-topowebb_nedtonad"> <label class="form-check-label" for="layer-topowebb_nedtonad">Nedtonad bakgrund karta</label> |