Minor layout changes
This commit is contained in:
parent
6e0859b67c
commit
30c6fa9cf7
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
const icon = new Icon({
|
||||
iconUrl: `/api/asset/thumbnail/${asset.id}?format=WEBP`,
|
||||
iconRetinaUrl: `/api/asset/thumbnail/${asset.id}?format=WEBP`,
|
||||
iconSize: [40, 40],
|
||||
iconSize: [60, 60],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
tooltipAnchor: [16, -28],
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="h-full w-full">
|
||||
<div class="h-[90%] w-full">
|
||||
<Map latlng={[48, 11]} zoom={6}>
|
||||
<TileLayer
|
||||
urlTemplate={'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'}
|
||||
|
|
Loading…
Add table
Reference in a new issue