more stuff

This commit is contained in:
2026-08-21 08:45:36 +02:00
parent 5e506c9921
commit ad728ba96c
12 changed files with 1148 additions and 64 deletions

View File

@ -224,3 +224,21 @@ pre.log-view {
}
.ft-list-row .name { flex: 1; word-break: break-all; }
.ft-list-row .size { color: var(--muted); flex-shrink: 0; white-space: nowrap; }
/* --- Sitzungs-Wiedergabe-Panel (breiter als das Dateitransfer-Panel, --- */
/* muss Terminal- bzw. RDP-Bildschirmgroesse aufnehmen). */
.rec-panel { width: min(90vw, 1100px); }
.rec-stage {
background: #000; border: 1px solid var(--border); border-radius: 6px;
min-height: 320px; max-height: 65vh; overflow: auto; margin-top: 0.75rem;
display: flex; align-items: flex-start; justify-content: center;
}
.rec-stage .rec-terminal { width: 100%; height: 55vh; }
.rec-stage .xterm { padding: 0.4rem; height: 100%; }
.rec-controls {
display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem;
}
.rec-controls button { width: auto; margin: 0; }
.rec-controls input[type=range] { flex: 1; }
.rec-controls select { width: auto; padding: 0.3rem 0.4rem; }
.rec-controls .hint { margin: 0; white-space: nowrap; }