Fix .active styles incorrectly applying to hovered users in userlist

Fixes #2969
This commit is contained in:
Pavel Djundik 2019-01-15 12:56:26 +02:00
parent 9031999033
commit eb648195de

View file

@ -935,7 +935,7 @@ background on hover (unless active) */
margin: 20px 0 10px; margin: 20px 0 10px;
} }
#windows .active { #windows .window.active {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -968,11 +968,6 @@ background on hover (unless active) */
font-size: 14px; font-size: 14px;
} }
#windows #chat-container.active {
display: flex;
flex-direction: column;
}
#chat { #chat {
overflow: hidden; overflow: hidden;
flex: 1 0 auto; flex: 1 0 auto;