diff --git a/client/css/style.css b/client/css/style.css index 5ecbe194..2be023bd 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -935,7 +935,7 @@ background on hover (unless active) */ margin: 20px 0 10px; } -#windows .active { +#windows .window.active { display: flex; flex-direction: column; } @@ -968,11 +968,6 @@ background on hover (unless active) */ font-size: 14px; } -#windows #chat-container.active { - display: flex; - flex-direction: column; -} - #chat { overflow: hidden; flex: 1 0 auto;