waveterm/frontend/app/view/webview/webview.less

10 lines
198 B
Text
Raw Normal View History

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