i2ptunnel: Fix custom options form width (light theme)

This commit is contained in:
zzz
2024-05-08 06:56:14 -04:00
parent b3fc35541c
commit 603bca476a
2 changed files with 2 additions and 1 deletions

View File

@@ -997,7 +997,7 @@
} // !isRouterContext
%>
</table>
<table class="tunnelConfig" id="customOptions">
<table class="tunnelConfig" id="advancedOptions">
<tr>
<th colspan="2">
<%=intl._t("Custom options")%>

View File

@@ -930,6 +930,7 @@ input.tunnelName, input.tunnelDescriptionText, #userAgents, .freetext.tunnelDesc
#customOptions {
margin-top: 15px !important;
width: 99%;
}
#tunnelDepth, #tunnelVariance, #tunnelQuantity, #tunnelBackupQuantity,