Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
style fix (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpo authored Oct 12, 2024
1 parent 0a4a962 commit 7037787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/pages/panel/select_scene.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
<div mt-5 border border-2 border-white border-rounded-md>
<button h-full w-full>
<div flex>
<div mx-4 mb-4 mt-4 flex-shrink-0 border-rd border-solid bg-white>
<img h-25 :src="polygon.rendered_preview" :class="{ 'bg-gray-600': polygon === selectedPolygonData }">
<div mx-4 mb-4 mt-4 flex-shrink-0>
<img h-25 border-rd border-solid :src="polygon.rendered_preview" :class="{ 'bg-gray-600': polygon === selectedPolygonData }">
</div>
<div mt-8 flex flex-col overflow-auto>
<span text-m break-words>{{ polygon.id }}</span><br><br>
<span break-words text-sm>{{ polygon.id }}</span>
<div mt-8 flex gap-2>
<span text-xs color="#a3a3a3">{{ formatDate(polygon.datetime) }}</span>
<span text-right text-xs color="#a3a3a3">{{ roundToThreeDigits(polygon.eo_cloud_cover) }} %</span>
Expand Down

0 comments on commit 7037787

Please sign in to comment.