From 14f77d413d7a1d1e7d087fdb2c201387f7c9c381 Mon Sep 17 00:00:00 2001 From: Autumn Date: Sat, 16 May 2026 08:48:08 +0100 Subject: [pages] added mobile styling --- src/views/pages/dashboard/devices.pug | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/views/pages/dashboard/devices.pug') diff --git a/src/views/pages/dashboard/devices.pug b/src/views/pages/dashboard/devices.pug index f3605c0..a7253f8 100644 --- a/src/views/pages/dashboard/devices.pug +++ b/src/views/pages/dashboard/devices.pug @@ -12,11 +12,13 @@ html body - include ../../components/dashboard/sidebar.pug - main - h1 Devices + section.heading + + h1 Devices + + input(type="checkbox") if !devices || devices.length < 1 @@ -29,3 +31,5 @@ html each device in devices include ../../components/dashboard/device.pug + + include ../../components/dashboard/sidebar.pug -- cgit v1.3