waveterm/frontend/app/view/webview.less

10 lines
198 B
Plaintext
Raw Normal View History

2024-06-26 18:39:41 +02:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
2024-07-15 18:40:28 +02:00
.webview {
height: 100%;
2024-06-26 18:39:41 +02:00
width: 100%;
2024-07-15 18:40:28 +02:00
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
2024-06-26 18:39:41 +02:00
}