From 239166a0879075c654a58bd1c3f894486817c083 Mon Sep 17 00:00:00 2001
From: lucor
Date: Tue, 5 May 2026 20:31:20 +0200
Subject: [PATCH 1/2] fix(hive): make dialog action buttons full-width on
mobile
When dialog actions stack vertically on narrow viewports, the
Cancel/Delete buttons were only as wide as their text content.
Add w-full on mobile so they span the modal width for a consistent
button stack layout, while keeping sm:w-auto on desktop.
---
web/apps/hive/src/lib/components/notifications_list.svelte | 6 +++---
web/apps/hive/src/routes/(app)/device/+page.svelte | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/web/apps/hive/src/lib/components/notifications_list.svelte b/web/apps/hive/src/lib/components/notifications_list.svelte
index 9a3d888..e55ab04 100644
--- a/web/apps/hive/src/lib/components/notifications_list.svelte
+++ b/web/apps/hive/src/lib/components/notifications_list.svelte
@@ -331,10 +331,10 @@
{pendingBulkAction?.title}
{pendingBulkAction?.description}
-
-
+
diff --git a/web/apps/hive/src/routes/(app)/device/+page.svelte b/web/apps/hive/src/routes/(app)/device/+page.svelte
index 4a0063a..d8d6548 100644
--- a/web/apps/hive/src/routes/(app)/device/+page.svelte
+++ b/web/apps/hive/src/routes/(app)/device/+page.svelte
@@ -646,10 +646,10 @@
need to pair again to receive notifications.
{pendingBulkAction?.description}