vpn: increase height of network selection box in custom VPN page

This commit is contained in:
Timotej Lazar 2025-01-07 13:44:41 +01:00
parent fd9a46377b
commit 02534194d8

View file

@ -25,7 +25,7 @@ Urejate ključe WireGuard s posebnimi dostopi.
<input type="text" id="name" name="name" pattern="[-._A-Za-z0-9 ]*" maxlength="32" placeholder="A-Z a-z 0-9 . _ - " />
<p>
<label for="networks">Omrežja</label><br>
<select id="networks" name="networks" multiple style="width: 20em;">
<select id="networks" name="networks" multiple style="height: 20em; width: 20em;">
{% for network in ipsets %}
<option>{{ network }}
{% endfor %}