mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user