Added 'hidden' fireplace player

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-24 12:29:43 +01:00
parent 7ea5f6e81c
commit cbc2a26eac
6 changed files with 59 additions and 8 deletions

View File

@@ -1445,6 +1445,14 @@ ul #chat-log{
position: relative;
}
#fireplace_player{
z-index: 1;
width: calc(100% - .75rem);
height: calc(100% - 32px);
position: absolute;
display:none;
}
.chan{
padding-right:10px;
max-width:22vw;