fix: multi-line newCall list

This commit is contained in:
2025-12-14 12:02:01 +01:00
parent 00dae2ba6b
commit 4ae4ad8b74

View File

@@ -56,12 +56,12 @@
class="fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-9xl font-bold bg-background text-foreground p-4 rounded-md flex flex-col gap-10" class="fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-9xl font-bold bg-background text-foreground p-4 rounded-md flex flex-col gap-10"
> >
{#each newCalls as call (call.num)} {#each newCalls as call (call.num)}
<span class="mx-4"> <span class="mx-4 flex items-center gap-10">
{call.num} {call.num}
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="48" width="80"
height="48" height="80"
viewBox="0 0 24 24" viewBox="0 0 24 24"
fill="none" fill="none"
stroke="currentColor" stroke="currentColor"