Add resize handle to chat (#3157)
* add resize handle to chat * Add chat resize functionality * window resize only causes chat resize on desktop * fix parseFloat invocation * desktop is optional attribute of ChatContainer --------- Co-authored-by: janWilejan <>
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
|
||||
// I'm not quite sure why, but sass ignores `#chat-container` here
|
||||
[id="chat-container"] {
|
||||
width: var(--chat-col-width);
|
||||
}
|
||||
}
|
||||
|
||||
.mainColumn {
|
||||
|
||||
Reference in New Issue
Block a user