add programminfo.tsx and program-info.json for

information and display of program details
add simple logout-page
This commit is contained in:
2025-08-30 16:00:59 +00:00
parent 270bad5980
commit 2ca5f0060e
5 changed files with 263 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ body {
/* Layout-Container für Sidebar und Content */
.layout-container {
display: flex;
min-height: 100vh;
height: 100vh; /* Feste Höhe auf die des Viewports setzen */
overflow: hidden; /* Verhindert, dass der Scrollbalken den gesamten Container betrifft */
}
@@ -38,7 +38,6 @@ body {
color: var(--sidebar-fg);
font-size: 1.15rem;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
width: 240px; /* Feste Breite für die Sidebar */
flex-shrink: 0;
overflow: hidden;
}