fix(patches): add padding to loading message for better visibility during update checks

This commit is contained in:
Andras Bacsai
2025-06-06 19:18:28 +02:00
parent b8bffc1507
commit 7cc91e7a04

View File

@@ -28,7 +28,7 @@
<div class="flex flex-col gap-6 pt-4">
<div class="flex flex-col">
<div>
<div wire:target="checkForUpdates" wire:loading>
<div class="pb-2" wire:target="checkForUpdates" wire:loading>
Checking for updates. It may take a few minutes. <x-loading />
</div>
@if ($error)