mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Height of video
This commit is contained in:
@@ -1467,7 +1467,7 @@ ul #chat-log{
|
|||||||
|
|
||||||
#player{
|
#player{
|
||||||
height:95%;
|
height:95%;
|
||||||
height: calc(100%);
|
height: calc(100% - 32px);
|
||||||
position: relative;
|
position: relative;
|
||||||
transform: translate(0%, 0%);
|
transform: translate(0%, 0%);
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
@@ -1812,6 +1812,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
|
|
||||||
#controls
|
#controls
|
||||||
{
|
{
|
||||||
|
z-index: 99999999999;
|
||||||
opacity:0;
|
opacity:0;
|
||||||
height:32px;
|
height:32px;
|
||||||
/* background-color:rgba(255, 255, 255, 0.1); */
|
/* background-color:rgba(255, 255, 255, 0.1); */
|
||||||
|
|||||||
Reference in New Issue
Block a user