waveterm/frontend/app/view/chat/chat.less
2024-10-09 20:44:36 +08:00

14 lines
220 B
Plaintext

// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.chat-view {
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
.chat-section {
flex-grow: 1;
}
}