Moved padding to div

This commit is contained in:
Nicolai Ort 2023-04-15 19:23:22 +02:00
parent fc147d0f58
commit 318408add8
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 2 additions and 2 deletions

View File

@ -113,14 +113,14 @@
/> />
</label> </label>
{#if lastscan_totaldistance} {#if lastscan_totaldistance}
<div class="w-full text-center items-center"> <div class="w-full text-center items-center pt-2">
{#if !lastscan_valid || lastscan_error} {#if !lastscan_valid || lastscan_error}
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
fill="none" fill="none"
stroke-width="1.5" stroke-width="1.5"
stroke="currentColor" stroke="currentColor"
class="w-30 h-30 text-center mx-auto text-red-600 pt-2" class="w-30 h-30 text-center mx-auto text-red-600"
viewBox="5.25 5.25 13.5 13.5" viewBox="5.25 5.25 13.5 13.5"
> >
<path <path