diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-01-06 23:07:57 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-01-06 23:07:57 -0500 |
commit | 4955559b78f1c4cc55ccd784a78febd83b685595 (patch) | |
tree | e2fbe6d9c61442f5cb5d27bc59339bcd8d940765 /librevideojs/css/librevideojs-material/libre-skin-red.css | |
parent | ebf7723f070db4e48b4465a6ccebba42366617e8 (diff) | |
download | librevideojs-html5-player-4955559b78f1c4cc55ccd784a78febd83b685595.tar.lz librevideojs-html5-player-4955559b78f1c4cc55ccd784a78febd83b685595.tar.xz librevideojs-html5-player-4955559b78f1c4cc55ccd784a78febd83b685595.zip |
responsive update css
Diffstat (limited to 'librevideojs/css/librevideojs-material/libre-skin-red.css')
-rw-r--r-- | librevideojs/css/librevideojs-material/libre-skin-red.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/librevideojs/css/librevideojs-material/libre-skin-red.css b/librevideojs/css/librevideojs-material/libre-skin-red.css index 887c332..5b70036 100644 --- a/librevideojs/css/librevideojs-material/libre-skin-red.css +++ b/librevideojs/css/librevideojs-material/libre-skin-red.css @@ -612,17 +612,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%; |