Improvements to contact QR scanner UI

Plus some narrow-screen fixes to NotificationGroup
This commit is contained in:
Jose Olarte III
2025-05-07 21:23:12 +08:00
parent 151bbc5467
commit 40f9fcea75
2 changed files with 51 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
<!-- Messages in the upper-right - https://github.com/emmanuelsw/notiwind -->
<NotificationGroup group="alert">
<div
class="fixed top-4 right-4 w-full max-w-sm flex flex-col items-start justify-end"
class="fixed top-4 right-4 left-4 sm:left-auto sm:w-full sm:max-w-sm flex flex-col items-start justify-end"
>
<Notification
v-slot="{ notifications, close }"