mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed sizing of player
This commit is contained in:
@@ -1231,7 +1231,7 @@ margin:-1px;
|
|||||||
-o-transition: opacity 0.5s;
|
-o-transition: opacity 0.5s;
|
||||||
transition: opacity 0.5s;
|
transition: opacity 0.5s;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
/*padding-right: 0px !important;*/
|
padding-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-opacity{
|
.no-opacity{
|
||||||
@@ -2595,7 +2595,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
#main_components {
|
#main_components {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(100% - 26px);
|
top: calc(100% - 26px);
|
||||||
width: calc(100% - 1.5em);
|
width: 100%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3436,7 +3436,8 @@ nav ul li:hover, nav ul li.active {
|
|||||||
height: 90%;
|
height: 90%;
|
||||||
height: calc(100% - 64px);
|
height: calc(100% - 64px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding:0px 0px 0px 0px;
|
padding-right: 0px;
|
||||||
|
/*padding:0px 0px 0px 0px;*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user