Feature: manually add subtitle

This commit is contained in:
redSpoutnik 2020-05-08 21:25:23 +02:00
parent f45a4d1a8c
commit 6bb1cf3554
6 changed files with 282 additions and 0 deletions

View file

@ -0,0 +1,11 @@
.subtitleEditor-dropZone {
border: 0.2em dashed currentcolor;
border-radius: 0.25em;
text-align: center;
position: relative;
height: 12em;
display: flex;
align-items: center;
justify-content: center;
}