More status link cleanup

This commit is contained in:
Daniel Nitsikopoulos
2024-10-19 20:00:51 +11:00
parent e3aabfe28b
commit 8011000ce8
4 changed files with 10 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ div class="mb-8 max-w-screen-md mx-auto border-t border-solid border-gray-200 da
- if latest_status
div class="h-entry mb-12 p-2 grid grid-cols-7 gap-4 min-h-16 max-w-prose mx-auto bg-fuchsia-100 dark:bg-fuchsia-800 dark:text-gray-200 rounded"
div class="col-span-7 sm:col-span-6 text-left"
a class="u-url block my-auto hover:underline decoration-wavy" href=latest_status.permalink
a class="u-url block my-auto" href=latest_status.permalink
span class="e-content status-body"
- if latest_status.key_image
img loading="lazy" class="float-start max-w-32 rounded mr-2" src=latest_status.key_image