More adjustments
All checks were successful
docker-image / docker (push) Successful in 1m18s

This commit is contained in:
Stefan Bethke 2025-05-30 17:30:37 +02:00
commit 908c30ed75

View file

@ -44,7 +44,7 @@ body {
.lock__name, .lock__state-label { .lock__name, .lock__state-label {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
margin: 1rem 0 0 0; margin: 1rem 0 0 1rem;
} }
.lock__line .lock__state-bat { .lock__line .lock__state-bat {
@ -53,7 +53,7 @@ body {
} }
.lock__line button { .lock__line button {
min-width: 5rem; min-width: 4rem;
margin: 0.1rem 0.5rem; margin: 0.1rem 0.5rem;
padding: 0.1rem 0.5rem; padding: 0.1rem 0.5rem;
border-radius: 2rem; border-radius: 2rem;
@ -88,8 +88,8 @@ body {
} }
svg.icon { svg.icon {
width: 32px; width: 24px;
height: 32px; height: 24px;
stroke-width: 2px; stroke-width: 2px;
margin-bottom: -.2em; margin-bottom: -.2em;
} }
@ -107,8 +107,8 @@ svg.icon {
.legend__icons { .legend__icons {
list-style-type: none; list-style-type: none;
padding: calc(32px + 0.3em); padding: calc(24px + 0.3em);
text-indent: calc(-32px - 0.3em); text-indent: calc(-24px - 0.3em);
} }
.legend__icons .icon { .legend__icons .icon {