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