From 908c30ed75d50b7b92c79cbb10d4c579664e9b13 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Fri, 30 May 2025 17:30:37 +0200 Subject: [PATCH] More adjustments --- hmdooris/static/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hmdooris/static/main.css b/hmdooris/static/main.css index 81c3e98..1678546 100644 --- a/hmdooris/static/main.css +++ b/hmdooris/static/main.css @@ -44,7 +44,7 @@ body { .lock__name, .lock__state-label { display: inline-block; vertical-align: top; - margin: 1rem 0 0 0; + margin: 1rem 0 0 1rem; } .lock__line .lock__state-bat { @@ -53,7 +53,7 @@ body { } .lock__line button { - min-width: 5rem; + min-width: 4rem; margin: 0.1rem 0.5rem; padding: 0.1rem 0.5rem; border-radius: 2rem; @@ -88,8 +88,8 @@ body { } svg.icon { - width: 32px; - height: 32px; + width: 24px; + height: 24px; stroke-width: 2px; margin-bottom: -.2em; } @@ -107,8 +107,8 @@ svg.icon { .legend__icons { list-style-type: none; - padding: calc(32px + 0.3em); - text-indent: calc(-32px - 0.3em); + padding: calc(24px + 0.3em); + text-indent: calc(-24px - 0.3em); } .legend__icons .icon {