fixed issue with remove-button not hiding on switching from private mode to online-mode, and added help function in chat2

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-12 15:50:25 +01:00
parent 86d977bb74
commit 480b3b040d
7 changed files with 84 additions and 36 deletions

View File

@@ -1256,9 +1256,16 @@ ul #chat-log{
}
#search_loader {
height:64px;
padding: 0 15px;
margin-top:15px;
height: 64px;
display: flex;
justify-content: center;
/* padding: 15px 15px; */
/* margin-top: 15px; */
align-items: center;
}
#search_loader_inner{
display: flex;
}
.playlist_loader_padding{
@@ -1323,8 +1330,6 @@ ul #chat-log{
position: fixed;
top: 0;
right: 0;
height: 64px;
overflow: hidden;
}
.title-container{