Fix set_input_dir_visible bug

This commit is contained in:
hbrain 2026-05-31 02:38:02 +02:00
parent da563514fc
commit df2bcca66e
2 changed files with 12 additions and 9 deletions

View file

@ -61,3 +61,7 @@
border-radius: .5rem;
margin-top: 1rem;
}
.video-wrapper {
display: flex;
flex-direction: column;
}