From 686b2f62f3c633b5ded67e4e197af4bdb467643b Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Tue, 2 Jun 2026 15:04:48 +0200 Subject: [PATCH] web: start: menu css Signed-off-by: GnomeZworc --- web/components/side-nav/side-nav.css | 5 +++-- web/navigation.json | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/components/side-nav/side-nav.css b/web/components/side-nav/side-nav.css index cd1ae00..2cae64a 100644 --- a/web/components/side-nav/side-nav.css +++ b/web/components/side-nav/side-nav.css @@ -16,13 +16,14 @@ display: flex; align-items: center; gap: 10px; - padding: 11px 12px; + padding: 5px 12px; + margin: 2px; border-radius: 6px; text-decoration: none; color: #a6adc8; font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; - min-height: 44px; + min-height: 25px; transition: background 0.1s, color 0.1s; } diff --git a/web/navigation.json b/web/navigation.json index 2845612..773cf36 100644 --- a/web/navigation.json +++ b/web/navigation.json @@ -4,6 +4,10 @@ "href": "#/dashboard", "icon": "dashboard" }, + { + "type": "section", + "label": "Réseau" + }, { "label": "VPCs", "href": "#/vpcs", @@ -14,6 +18,9 @@ "href": "#/subnets", "icon": "subnet" }, + { + "type": "separator" + }, { "label": "VMs", "href": "#/vms",