Places: Remove "map-control" class from cluster control #1187

Resolves right-to-left language layout issues.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-09-21 00:02:51 +02:00
parent 5b912bb123
commit bf9b21fef8

View file

@ -18,7 +18,7 @@
</div>
</div>
<div id="map" ref="map" style="width: 100%; height: 100%;"></div>
<div v-if="showCluster" class="map-control cluster-control">
<div v-if="showCluster" class="cluster-control">
<v-card class="cluster-control-container">
<p-page-photos
ref="cluster"