diff --git a/s/style.css b/s/style.css index f7723b4..6e6cbda 100644 --- a/s/style.css +++ b/s/style.css @@ -196,7 +196,7 @@ img { min-width: 200px; font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif; direction: ltr; - border: 1px solid #262626; + border: 1px solid #0c0d0c; box-shadow: 0 0 15px #000; } @@ -236,6 +236,20 @@ img { height: 100%; } +.plyr--fullscreen-active { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + height: 100%; + width: 100%; + z-index: 10000000; + background: #000; + border-radius: 0!important; + border: 0!important; +} + /* Feuerfick */ .plyr input[type="range"]::-moz-range-thumb { position: relative;