mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 01:21:54 +08:00
ui: partial multi msd support
This commit is contained in:
@@ -24,7 +24,7 @@ div#msd-menu {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
div#msd-menu div.msd-message, input.msd-message {
|
||||
div#msd-menu .msd-feature-disabled, div.msd-message, input.msd-message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -66,18 +66,6 @@ div.stream-slider-box {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
table#stream-auto-resize-box {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
|
||||
@supports (-webkit-appearance: none) {
|
||||
table#stream-auto-resize-box {
|
||||
margin: 20px 0 20px 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div#stream-mouse-buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user