From 58068c9303fe485c37062909d445851c9dc2dfa6 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 15 Jun 2026 15:12:48 +0200 Subject: [PATCH] reviewed mobile layout --- frontend/aliases.html | 70 +++++++++++++++++++++++++----- frontend/css/layout.css | 10 +++-- frontend/devices.html | 95 +++++++++++++++++++++++++++++++---------- frontend/hosts.html | 68 +++++++++++++++++++++++++---- frontend/leases.html | 70 +++++++++++++++++++++++++----- frontend/settings.html | 74 ++++++++++++++++++++++++++------ 6 files changed, 321 insertions(+), 66 deletions(-) diff --git a/frontend/aliases.html b/frontend/aliases.html index 708ad14..a4e11aa 100644 --- a/frontend/aliases.html +++ b/frontend/aliases.html @@ -131,38 +131,88 @@
- +
- + - + + + + @@ -200,7 +250,7 @@ - Actions + Actions diff --git a/frontend/css/layout.css b/frontend/css/layout.css index 3de77e7..53d1726 100644 --- a/frontend/css/layout.css +++ b/frontend/css/layout.css @@ -648,7 +648,7 @@ td.actions { /* ================================ Responsive ================================ */ -@media (max-width: 640px) { +@media (max-width: 768px) { .topbar-inner { flex-wrap: nowrap; @@ -660,7 +660,7 @@ td.actions { } .logo span { - font-size: 1.1rem; + font-size: 1.3rem; white-space: nowrap; } @@ -668,10 +668,14 @@ td.actions { margin: 10px 10px 15px 10px; } + .section-title { + font-size: 1.1rem; + } + .table-responsive { margin: 10px; width: calc(100% - 20px); - max-height: calc(100dvh - 11.5rem); + max-height: calc(100dvh - 9rem); } .table { diff --git a/frontend/devices.html b/frontend/devices.html index 1d4c19a..247d97e 100644 --- a/frontend/devices.html +++ b/frontend/devices.html @@ -121,9 +121,9 @@
@@ -131,37 +131,88 @@
- +
- + - - + + + @@ -207,7 +258,7 @@ - Actions + Actions diff --git a/frontend/hosts.html b/frontend/hosts.html index 2a3e81b..cbd2103 100644 --- a/frontend/hosts.html +++ b/frontend/hosts.html @@ -131,38 +131,88 @@
- +
- + - + + + + diff --git a/frontend/leases.html b/frontend/leases.html index e1f27a7..85fa018 100644 --- a/frontend/leases.html +++ b/frontend/leases.html @@ -131,38 +131,88 @@
- +
- + - + + + + @@ -208,7 +258,7 @@ - Actions + Actions diff --git a/frontend/settings.html b/frontend/settings.html index 33b0e13..dbf0e75 100644 --- a/frontend/settings.html +++ b/frontend/settings.html @@ -133,22 +133,22 @@ - @@ -156,13 +156,63 @@ + + + @@ -196,7 +246,7 @@ - Actions + Actions -- 2.47.3