diff --git a/server/templates/case_recordings.html b/server/templates/case_recordings.html index d260c48..db8de6b 100644 --- a/server/templates/case_recordings.html +++ b/server/templates/case_recordings.html @@ -20,7 +20,7 @@ header form { margin: 0; } .pending { color: #888; font-style: italic; margin-top: 0.5em; } .failed { color: #b00; font-weight: bold; margin-top: 0.5em; } -.player { display: inline-flex; align-items: center; gap: 0.5em; flex: 1; min-width: 20em; } +.player { display: inline-flex; align-items: center; gap: 0.5em; flex: 1; justify-content: flex-end; } .player .play { position: relative; width: 2em; height: 2em; @@ -55,7 +55,7 @@ header form { margin: 0; } background: #333; transform: translate(2px, -50%); } -.player .seek { flex: 1; cursor: pointer; } +.player .seek { flex: 1; max-width: 6em; cursor: pointer; } .player .time { font-family: monospace; font-size: 0.85em; color: #555; min-width: 5.5em; text-align: right; } .header-right { display: flex; align-items: center; gap: 0.8em; } @@ -89,7 +89,6 @@ try {