mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
web: better handling of windows with iframes
This commit is contained in:
@@ -2961,7 +2961,7 @@
|
||||
<p class="text credits"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a> | <a target="_blank" href="https://pikvm.org/support">Support</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px">
|
||||
<div class="window window-resizable" id="webterm-window" style="width: 720px; height: 480px">
|
||||
<div class="window-header">
|
||||
<div class="window-grab">Terminal</div>
|
||||
<button class="window-button-close"><b>×</b></button>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.window.window-resizable#webterm-window(style="width: 640px; height: 480px")
|
||||
.window.window-resizable#webterm-window(style="width: 720px; height: 480px")
|
||||
.window-header
|
||||
.window-grab Terminal
|
||||
button.window-button-close #[b ×]
|
||||
|
||||
Reference in New Issue
Block a user