Removed svg padding
This commit is contained in:
parent
3f98268967
commit
38a91f730b
@ -115,15 +115,15 @@
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
{#if lastscan_totaldistance}
|
{#if lastscan_totaldistance}
|
||||||
<div class="w-full text-center items-center">
|
<div class="w-full text-center items-center">
|
||||||
{#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"
|
||||||
viewBox="0 0 24 24"
|
|
||||||
stroke-width="1.5"
|
stroke-width="1.5"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
class="w-48 h-48 text-center mx-auto text-red-600"
|
class="w-30 h-30 text-center mx-auto text-red-600"
|
||||||
|
viewBox="5.25 5.25 13.5 13.5"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
@ -135,19 +135,19 @@
|
|||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
fill="none"
|
fill="none"
|
||||||
viewBox="0 0 24 24"
|
|
||||||
stroke-width="1.5"
|
stroke-width="1.5"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
class="w-48 h-48 text-center mx-auto text-green-600"
|
class="w-30 h-30 text-center mx-auto text-green-600"
|
||||||
|
viewBox="3.75 4.5 16.5 15"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
d="M4.5 12.75l6 6 9-13.5"
|
d="m4.5 12.75 6 6 9-13.5"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<h1 class="text-2xl font-bold text-center">{$_("total-distance")}</h1>
|
<h1 class="text-2xl font-bold text-center">{$_("total-distance")}</h1>
|
||||||
<h1 class="text-6xl font-bold text-center">
|
<h1 class="text-6xl font-bold text-center">
|
||||||
{lastscan_totaldistance}
|
{lastscan_totaldistance}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user