min subtitle height
This commit is contained in:
parent
092f3c1cd1
commit
93ef98c202
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ video, .poster {
|
||||||
.annotation.active {
|
.annotation.active {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.is-subtitle .annotation {
|
||||||
|
min-height: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
.annotation.active.place,
|
.annotation.active.place,
|
||||||
.annotation.active.string {
|
.annotation.active.string {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue