mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
web: fixed switch edids collection selector width
This commit is contained in:
parent
05519f403f
commit
79b7788480
@ -2124,7 +2124,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<select id="switch-edid-selector" size="8"></select>
|
||||
<select id="switch-edid-selector" size="8" style="width: -webkit-fill-available; width: -moz-available;"></select>
|
||||
</td>
|
||||
<td rowspan="2" style="vertical-align: top">
|
||||
<table class="kv">
|
||||
|
||||
@ -25,7 +25,10 @@ mixin color_slider_tr(name, title)
|
||||
table
|
||||
tr
|
||||
td(colspan="2")
|
||||
select#switch-edid-selector(size="8")
|
||||
select#switch-edid-selector(
|
||||
size="8"
|
||||
style="width: -webkit-fill-available; width: -moz-available;"
|
||||
)
|
||||
td(rowspan="2" style="vertical-align: top")
|
||||
table.kv
|
||||
tr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user