Added NoControls Option

This commit is contained in:
2025-11-20 12:38:49 +01:00
parent 24f576aeaa
commit 665f0d1454

View File

@@ -17,6 +17,10 @@ const props = defineProps({
location: {
type: String,
},
noControls: {
type: Boolean,
default: false,
}
})
@@ -145,7 +149,7 @@ watch(downloadControl, (downloadCtrl) => {
</script>
<template>
<div class="flex flex-col gap-4 justify-self-center">
<div class="flex flex-col gap-4 justify-self-center" v-if="!noControls">
<div class="flex items-center gap-4 text-[#7862FF] bg-pale-blue border-[#D7D1FB] rounded-lg p-2 justify-center">
<!-- Zoom out button -->