Fix trips page

This commit is contained in:
2024-01-27 11:29:45 +11:00
parent b2b4ed3f2e
commit 53bade3ce1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
div class="mb-2 h-entry relative"
div class="mb-5 h-entry relative"
- if !first
div class="-top-4 absolute rounded-full border-2 bg-orange-100 border-orange-200 p-1 w-1 h-2 inline-block dark:border-amber-400 dark:bg-amber-400"
div class="-top-4 -left-1 absolute rounded-full border-2 bg-orange-100 border-orange-200 p-1 w-1 h-2 inline-block dark:border-amber-400 dark:bg-amber-400"
- if first
div class="inline-block mb-2 dark:text-indigo-400"
span class="mr-2"

View File

@@ -13,7 +13,7 @@ div class="mb-4 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:t
== trip.summary
div class="mb-4 max-w-prose mx-auto"
div id='map' style='width: 100%; height: 400px' data-markers="#{JSON.generate(places.map(&:value))}"
div class="rounded" id='map' style='width: 100%; height: 400px' data-markers="#{JSON.generate(places.map(&:value))}"
div class="h-feed mb-12 max-w-prose mx-auto"
- posts.each do |post|