Merge pull request #2975 from thelounge/xpaw/fix-2969
Fix .active styles incorrectly applying to hovered users in userlist
This commit is contained in:
commit
3457e2cfde
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user