0.3.0-0-pre.4-fix.3

This commit is contained in:
2026-09-20 13:40:19 +02:00
parent 023825b89b
commit 86b8af3b61
10 changed files with 200 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
// file: Web/game-snake-poc/frontend/sass/_app.scss
// version: 2
// version: 3
$app-header-height: 72px;
$app-footer-height: 42px;
@@ -47,8 +47,20 @@ body {
overflow: hidden;
}
.app-main > .row {
flex-wrap: nowrap;
min-width: 0;
}
.app-scrollable {
height: 100%;
max-height: 100%;
}
.app-content {
min-height: 100%;
min-width: 0;
height: 100%;
max-height: 100%;
}
.app-logo {