Fixed size of subtitle translations submenu, so that it is wide enough to display every translation completely
This commit is contained in:
parent
46fdacf3a7
commit
636ea102a8
|
@ -1910,7 +1910,7 @@ video::-webkit-media-text-track-display {
|
||||||
|
|
||||||
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 5.5em;
|
width: 7.5em;
|
||||||
left: 1.5em;
|
left: 1.5em;
|
||||||
padding-bottom: .5em;
|
padding-bottom: .5em;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in New Issue