chore(client): address requested changes

This commit is contained in:
Elian Doran 2026-03-10 22:19:50 +02:00
parent 80493a52be
commit e868615fd5
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1040,7 +1040,7 @@
"play": "Play (Space)",
"pause": "Pause (Space)",
"back-10s": "Back 10s (Left arrow key)",
"forward-30s": "Forward 30s (Right arrow key, 10s)",
"forward-30s": "Forward 30s",
"mute": "Mute (M)",
"unmute": "Unmute (M)",
"playback-speed": "Playback speed",

View File

@ -1,10 +1,11 @@
.note-detail-file > .video-preview-wrapper {
width: 100%;
height: 100%;
position: relative;
background-color: black;
.video-preview {
background-color: black;
position: relative;
width: 100%;
height: 100%;
}