fix(extension): compact Last Activity Status card with scroll and smaller elements

This commit is contained in:
Timo
2026-05-25 02:28:33 +02:00
parent 5067b8e541
commit 2b2aeeba00
2 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -299,8 +299,8 @@
<!-- NEW: Last Action Status Card -->
<label>Last Activity Status</label>
<div id="lastActionCard" class="info-card" style="margin-bottom: 15px; min-height: 70px;">
<div style="text-align:center; color: var(--text-muted); font-size: 11px; padding-top: 20px;">No recent commands</div>
<div id="lastActionCard" class="info-card" style="margin-bottom: 15px; max-height: 120px; overflow-y: auto;">
<div style="text-align:center; color: var(--text-muted); font-size: 10px;">No recent commands</div>
</div>
<!-- Episode Auto-Sync Lobby Status -->