refactor(api): move /test-hybrid into app_system router

This commit is contained in:
kodi
2026-02-28 11:58:55 +01:00
parent e61f2ccf76
commit 1226b0654e
4 changed files with 32 additions and 29 deletions
+4
View File
@@ -83,6 +83,10 @@ header{
box-shadow: var(--shadow);
overflow:hidden;
}
/* Allow container actions dropdown to render outside the card bounds */
.card--menu-overflow{
overflow: visible;
}
.card.half{min-height: 240px;}
.cardHeader{
display:flex; align-items:center; justify-content:space-between;