asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 23s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-21 01:57:54 +02:00
parent 4b14c1e232
commit 1cd5df1e66
3 changed files with 25 additions and 89 deletions

View File

@@ -520,12 +520,15 @@ h1 {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.98)),
radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 36%);
min-width: 0;
}
.window-app-frame {
display: grid;
grid-template-columns: 240px minmax(0, 1fr);
min-height: 100%;
min-width: 0;
align-items: stretch;
}
.window-app-sidebar {
@@ -534,6 +537,10 @@ h1 {
background:
linear-gradient(180deg, rgba(219, 234, 254, 0.96), rgba(239, 246, 255, 0.94)),
linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
min-height: 0;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.window-app-brand {
@@ -591,6 +598,7 @@ h1 {
.window-app-main {
padding: 24px;
min-width: 0;
}
.window-app-panel {