all is well
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 7m0s
CI / Check (push) Failing after 7m9s

This commit is contained in:
Andras Schmelczer 2026-05-17 17:20:19 +01:00
parent eac1bd0d13
commit 2f149503bb
53 changed files with 1543 additions and 354 deletions

View file

@ -28,6 +28,17 @@ button:not(:disabled),
cursor: pointer;
}
.area-pane-group-header {
box-shadow: inset 0 -1px 0 #e7e5e4;
transition:
background-color 0.2s ease,
color 0.2s ease;
}
html.dark .area-pane-group-header {
box-shadow: inset 0 -1px 0 #1e2d50;
}
/* Smooth theme transitions (scoped to avoid map performance issues) */
body,
div,