mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-21 17:05:59 +00:00
Fixed emptychannel placehodler
This commit is contained in:
@@ -1345,7 +1345,7 @@ ul #chat-log{
|
|||||||
#player_overlay{
|
#player_overlay{
|
||||||
background-color:black;
|
background-color:black;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:0px;
|
top: calc(-100vh + 64px + 26px);
|
||||||
width:100%;
|
width:100%;
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
@@ -1994,7 +1994,8 @@ 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% - .75em);
|
width: calc(100% - 1.5em);
|
||||||
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user