diff options
Diffstat (limited to 'librevideojs/css/librevideojs-material/libre-skin-purple.css')
-rw-r--r-- | librevideojs/css/librevideojs-material/libre-skin-purple.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/librevideojs/css/librevideojs-material/libre-skin-purple.css b/librevideojs/css/librevideojs-material/libre-skin-purple.css index aab498b..3f9f49d 100644 --- a/librevideojs/css/librevideojs-material/libre-skin-purple.css +++ b/librevideojs/css/librevideojs-material/libre-skin-purple.css @@ -614,17 +614,28 @@ left: 0; bottom: 2em; } } +@media screen and (max-width: 413px){ + .cliplibre-js { + font-size:8px; + } +} @media screen and (max-width: 400px){ .cliplibre-js .librevjs-text-track{ font-size: 0.9em; } .librevjs-libre-skin .librevjs-big-play-button{ font-size: 5em; + top: 45%; } .cliplibre-js .librevjs-text-track-display{ bottom: 1em; } } +@media screen and (max-width: 335px){ + .cliplibre-js { + font-size:6px; + } +} @media screen and (max-width: 200px){ .librevjs-libre-skin .librevjs-big-play-button { top:35%; |