waveterm/frontend/app/view/webview.less
2024-07-15 09:40:28 -07:00

10 lines
198 B
Plaintext

// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.webview {
height: 100%;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}