mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
.window.window-resizable#webterm-window(data-show-centered style="display: flex; min-width: 720px; min-height: 480px")
|
|
.window-header
|
|
.window-grab Terminal
|
|
.window-buttons
|
|
button.window-button-original •
|
|
button.window-button-maximize ☐
|
|
button.window-button-close #[b ×]
|
|
// Терминал глючит из-за зажимаемой клавиши ESC для выхода
|
|
// button(class="window-button-full-screen") ⤢
|
|
|
|
iframe#webterm-iframe(src="" style="width: 100%; flex: 1")
|