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

18 lines
386 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-10-11 01:12:56 +02:00
border: none !important;
outline: none !important;
overflow: hidden;
padding: 0;
margin: 0;
// try to force pixel alignment to prevent
// subpixel rendering artifacts
transform: translate3d(0, 0, 0);
will-change: transform;
2024-06-26 18:39:41 +02:00
}