In "video with subtitles" mode makes both video and subtitles 50% widthe
LinguaLeo - wide subtitles by anmiles
Details
Authoranmiles
LicenseNo License
Categorylingualeo.com
Created
Updated
Size606 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name LinguaLeo - wide subtitles
@namespace lingualeo.com
@version 1.0.0
@author Anatoliy Oblaukhov
==/UserStyle== */
@-moz-document domain("lingualeo.com") {
@media screen and (min-width: 1024px) {
.ll-jungle-content__m-with-media-block.ll-jungle-content__m-with-text-block.sidebar-collapsed {
grid-template-columns: 40% auto minmax(auto,40px);
}
.ll-jungle-content__m-with-media-block.ll-jungle-content__m-with-text-block {
grid-template-columns: 40% auto 20%;
}
}
}