style: add spacing around voice memo player controls

Widen native audio controls and separate remarks column from event actions.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-03 17:31:33 +02:00
parent 35ee705510
commit 1bc449687d
3 changed files with 41 additions and 11 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export default function EventRemarksCell({
}
return (
<div className="event-remarks-cell">
<div className={`event-remarks-cell${voiceId ? ' event-remarks-cell--voice' : ''}`}>
<span>{summary}</span>
{voiceId && (
<VoiceMemoPlayer