Toggle audio/video playback with spacebar

This commit is contained in:
2024-04-11 20:32:55 +02:00
parent 5f6cc3f90f
commit a0ccbb55be
13 changed files with 67 additions and 28 deletions

View File

@@ -43,7 +43,7 @@ export let fs_navigator
flex-direction: row;
}
.node_name {
max-width: 25vw;
max-width: 20vw;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;