From 79b77884808e672e84309c19097a9a2518184732 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 9 Feb 2025 03:05:32 +0200 Subject: [PATCH] web: fixed switch edids collection selector width --- web/kvm/index.html | 2 +- web/kvm/window-switch.pug | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/web/kvm/index.html b/web/kvm/index.html index 6458193f..99c23dbb 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -2124,7 +2124,7 @@
- + diff --git a/web/kvm/window-switch.pug b/web/kvm/window-switch.pug index 7317ce6c..793b39aa 100644 --- a/web/kvm/window-switch.pug +++ b/web/kvm/window-switch.pug @@ -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