mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-16 08:46:48 +00:00
🎨 style: update layout for news index page buttons for better alignment and spacing.
This commit is contained in:
@@ -204,8 +204,10 @@ $deleteNow = function($id) {
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<div class="shrink-0">
|
</div>
|
||||||
|
<div class="mt-2 flex justify-end w-full space-x-2">
|
||||||
<x-button
|
<x-button
|
||||||
|
xs
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:href="$post->getFirstMediaUrl('pdf')"
|
:href="$post->getFirstMediaUrl('pdf')"
|
||||||
label="Öffnen"
|
label="Öffnen"
|
||||||
@@ -218,7 +220,6 @@ $deleteNow = function($id) {
|
|||||||
negative icon="trash"/>
|
negative icon="trash"/>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
@empty
|
@empty
|
||||||
<article class="bg-white dark:bg-gray-800 shadow-sm rounded-xl p-5">
|
<article class="bg-white dark:bg-gray-800 shadow-sm rounded-xl p-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user