mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
using modals over full screen
This commit is contained in:
@@ -59,6 +59,7 @@ div.window:fullscreen {
|
||||
left: 0px !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
div.window:-webkit-full-screen {
|
||||
resize: none !important;
|
||||
@@ -129,21 +130,6 @@ div.window div.window-header button.window-button-maximize {
|
||||
right: 45px;
|
||||
}
|
||||
|
||||
div.window div.window-lock-alert {
|
||||
white-space: normal;
|
||||
text-align: justify;
|
||||
border: var(--border-window-thin);
|
||||
border-radius: 8px;
|
||||
box-sizing: border-box;
|
||||
padding: 5px 5px 5px 5px;
|
||||
background-color: var(--cs-window-default-bg);
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
||||
/* iPad */
|
||||
div.window {
|
||||
|
||||
Reference in New Issue
Block a user