This commit is contained in:
Andras Schmelczer 2026-05-30 14:33:39 +01:00
parent e2a60e71a3
commit 003f38ea60
36 changed files with 1543 additions and 1287 deletions

View file

@ -2,6 +2,7 @@
:host {
height: 100%;
min-height: 0;
display: flex;
flex-direction: column;
@ -21,7 +22,8 @@
}
.page-container {
flex: 1 0 auto;
flex: 1 1 auto;
min-height: 0;
// Generous breathing room between the page selector dropdown and the
// towers the dropdown can open downward without crowding the towers.
padding-top: var(--large-padding);