New: Added rounded corners to subtitles drag and drop box
This commit is contained in:
parent
b466320e3d
commit
7935fef648
1 changed files with 2 additions and 1 deletions
|
|
@ -1468,7 +1468,8 @@ progress+span {
|
|||
}
|
||||
|
||||
.subtitleEditor-dropZone,
|
||||
.imageEditor-dropZone {
|
||||
.imageEditor-dropZone,
|
||||
.lyricsEditor-dropZone {
|
||||
border-radius: var(--largeRadius);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue