diff --git a/static/css/adsb_dashboard.css b/static/css/adsb_dashboard.css index cb642b7..e7c98b5 100644 --- a/static/css/adsb_dashboard.css +++ b/static/css/adsb_dashboard.css @@ -346,7 +346,7 @@ body { /* Selected aircraft panel */ .selected-aircraft { flex-shrink: 0; - max-height: 280px; + max-height: 480px; overflow-y: auto; } @@ -354,6 +354,18 @@ body { padding: 12px; } +#aircraftPhotoContainer { + margin-bottom: 12px; +} + +#aircraftPhotoContainer img { + max-height: 140px; + width: 100%; + object-fit: cover; + border-radius: 6px; + border: 1px solid rgba(0, 212, 255, 0.3); +} + .selected-callsign { font-family: 'Orbitron', monospace; font-size: 20px;