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

This commit is contained in:
2026-06-21 02:11:31 +02:00
parent 1cd5df1e66
commit cf3dacfd6b

View File

@@ -506,7 +506,11 @@ h1 {
.window-module-host {
position: absolute;
inset: 0;
overflow: auto;
overflow: hidden;
}
.window-module-host > .window-app-shell {
height: 100%;
}
.window-module-error {
@@ -515,7 +519,7 @@ h1 {
}
.window-app-shell {
min-height: 100%;
height: 100%;
color: #0f172a;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.98)),
@@ -526,7 +530,7 @@ h1 {
.window-app-frame {
display: grid;
grid-template-columns: 240px minmax(0, 1fr);
min-height: 100%;
height: 100%;
min-width: 0;
align-items: stretch;
}
@@ -599,6 +603,8 @@ h1 {
.window-app-main {
padding: 24px;
min-width: 0;
min-height: 0;
overflow: auto;
}
.window-app-panel {