Fix TSCM panels being squashed by adding minimum heights

- Set min-height: 300px on main grid
- Set min-height: 120px on individual panels
- Set min-height: 80px on panel content
- Change dashboard from height: 100% to min-height: 100%

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-20 21:13:27 +00:00
parent 399bc0923d
commit ea2f135aeb
3 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ def start_rtlamr() -> Response:
)
# Wait a moment for rtl_tcp to start
time.sleep(1)
time.sleep(3)
logger.info(f"rtl_tcp started: {' '.join(rtl_tcp_cmd)}")
app_module.rtlamr_queue.put({'type': 'info', 'text': f'rtl_tcp: {" ".join(rtl_tcp_cmd)}'})