Testing flowbite

This commit is contained in:
Pieter Vander Vennet 2024-06-15 02:29:41 +02:00
parent 5354cbf6c3
commit 02fe78781e
7 changed files with 5585 additions and 198 deletions

View file

@ -12,6 +12,7 @@
import { SearchIcon } from "@rgossiaux/svelte-heroicons/solid"
import { ariaLabel } from "../../Utils/ariaLabel"
import { GeoLocationState } from "../../Logic/State/GeoLocationState"
import { Search } from "flowbite-svelte"
export let perLayer: ReadonlyMap<string, GeoIndexedStoreForLayer> | undefined = undefined
export let bounds: UIEventSource<BBox>

View file

@ -718,6 +718,8 @@ svg.apply-fill path {
max-width: 100%;
}
/** Flowbite workaround **/
/************************* Experimental support for foldable devices ********************************/
@media (horizontal-viewport-segments: 2) {
.theme-list {