Commit 2cc25873 by Valera Rozuvan

Fixing Jean Michel access. bug.

parent deb0ad49
...@@ -611,6 +611,8 @@ div.video { ...@@ -611,6 +611,8 @@ div.video {
ol.subtitles { ol.subtitles {
width: 0; width: 0;
height: 0; height: 0;
visibility: hidden;
} }
ol.subtitles.html5 { ol.subtitles.html5 {
...@@ -644,6 +646,8 @@ div.video { ...@@ -644,6 +646,8 @@ div.video {
ol.subtitles { ol.subtitles {
right: -(flex-grid(4)); right: -(flex-grid(4));
width: auto; width: auto;
visibility: hidden;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment