Lock satellite sidebar panel heights

This commit is contained in:
James Smith
2026-03-18 23:20:53 +00:00
parent 96146a2e2c
commit 28f172a643

View File

@@ -519,12 +519,21 @@ body {
.transmitters-panel,
.packets-panel {
flex-shrink: 0;
min-height: 120px;
flex: 0 0 auto;
display: flex;
flex-direction: column;
}
.transmitters-panel {
min-height: 190px;
max-height: 190px;
}
.packets-panel {
min-height: 170px;
max-height: 170px;
}
.transmitters-panel .panel-content,
.packets-panel .panel-content {
height: auto;
@@ -561,14 +570,16 @@ body {
/* Pass list */
.pass-list {
flex: 0 0 auto;
min-height: 180px;
min-height: 220px;
max-height: 220px;
display: flex;
flex-direction: column;
}
.gs-panel {
flex: 0 0 auto;
min-height: 240px;
min-height: 300px;
max-height: 300px;
display: flex;
flex-direction: column;
}