fix: multi-line newCall list
This commit is contained in:
@@ -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"
|
||||
>
|
||||
{#each newCalls as call (call.num)}
|
||||
<span class="mx-4">
|
||||
<span class="mx-4 flex items-center gap-10">
|
||||
{call.num}
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="48"
|
||||
height="48"
|
||||
width="80"
|
||||
height="80"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
|
||||
Reference in New Issue
Block a user