From dec89ef9de0691e2de0486bdb1f8e20858b84610 Mon Sep 17 00:00:00 2001 From: AnouarElKihal Date: Sat, 2 Aug 2025 10:52:36 +0200 Subject: [PATCH] modifica grandezza ricerca canzone --- app/src/components/Queue.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/components/Queue.css b/app/src/components/Queue.css index 541cca1..4af6a55 100644 --- a/app/src/components/Queue.css +++ b/app/src/components/Queue.css @@ -69,7 +69,10 @@ h1.queue { /* Ionic modal override (optional styling) */ ion-modal { + position: relative; --border-radius: 16px; + height: 95%; + top: 5%; } /* Optional: fix spacing inside modal */