web: fixed switch edids collection selector width

This commit is contained in:
Maxim Devaev 2025-02-09 03:05:32 +02:00
parent 05519f403f
commit 79b7788480
2 changed files with 5 additions and 2 deletions

View File

@ -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">

View File

@ -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