1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
|
lower than div.content then mouse events to it
are blocked!*/;
}
body.chat.chat-only-mode #chat-message-wrapper {
}
body.chat div.content {
margin: 0;
padding: 0;
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
max-height: 85vh /* rough approximate */;
}
body.chat.chat-bottom-up div.content {
flex-direction: column-reverse;
}
body.chat.chat-only-mode div.content {
max-height: 95vh/*larger than approx. this is too big for Firefox on Android*/;
}
/* Wrapper for /chat user input controls */
body.chat #chat-input-area {
display: flex;
flex-direction: column;
border-bottom: 1px solid black;
padding: 0.5em 1em 0 0.5em;
|
<
>
|
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
|
lower than div.content then mouse events to it
are blocked!*/;
}
body.chat.chat-only-mode #chat-message-wrapper {
}
body.chat div.content {
padding: 0;
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
max-height: 85vh /* rough approximate */;
}
body.chat.chat-bottom-up div.content {
flex-direction: column-reverse;
}
body.chat.chat-only-mode div.content {
max-height: 95vh/*larger than approx. this is too big for Firefox on Android*/;
margin: 0;
}
/* Wrapper for /chat user input controls */
body.chat #chat-input-area {
display: flex;
flex-direction: column;
border-bottom: 1px solid black;
padding: 0.5em 1em 0 0.5em;
|