refactoring

This commit is contained in:
Maxim Devaev
2025-01-30 10:34:36 +02:00
parent 4039ae0483
commit 697ef549b9
23 changed files with 1150 additions and 1065 deletions

View File

@@ -1,8 +1,9 @@
div(id="webterm-window" class="window window-resizable" style="width: 640px; height: 480px")
div(class="window-header")
div(class="window-grab") Terminal
button(class="window-button-close") #[b ×]
button(class="window-button-maximize") ☐
.window.window-resizable#webterm-window(style="width: 640px; height: 480px")
.window-header
.window-grab Terminal
button.window-button-close #[b ×]
button.window-button-maximize ☐
// Терминал глючит из-за зажимаемой клавиши ESC для выхода
// button(class="window-button-full-screen") ⤢
iframe(id="webterm-iframe" src="" style="width: 100%; height: 100%")
iframe#webterm-iframe(src="" style="width: 100%; height: 100%")