diff --git a/app/templates/shared/_compact_post.html.slim b/app/templates/shared/_compact_post.html.slim index 1497bd8..94942be 100644 --- a/app/templates/shared/_compact_post.html.slim +++ b/app/templates/shared/_compact_post.html.slim @@ -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" diff --git a/app/templates/trips/show.html.slim b/app/templates/trips/show.html.slim index 207ea7f..65bae8e 100644 --- a/app/templates/trips/show.html.slim +++ b/app/templates/trips/show.html.slim @@ -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|