mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
web: auto-resize stream
This commit is contained in:
@@ -39,8 +39,6 @@ select#stream-quality-select {
|
||||
margin: 8px 0 8px 0;
|
||||
}
|
||||
|
||||
span#stream-size-value {
|
||||
}
|
||||
div#stream-size-slider-box {
|
||||
margin-top: 5px;
|
||||
display: flex;
|
||||
@@ -93,6 +91,11 @@ div#stream-size-slider-box input[type=range]::-moz-range-thumb {
|
||||
background: var(--bg-color-intensive);
|
||||
}
|
||||
|
||||
table#stream-auto-resize-box {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
div#stream-mouse-buttons {
|
||||
display: none;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user