diff --git a/installer/resources/themes/console/dark/i2ptunnel.css b/installer/resources/themes/console/dark/i2ptunnel.css index 7fae40c93..68b3c9fa0 100644 --- a/installer/resources/themes/console/dark/i2ptunnel.css +++ b/installer/resources/themes/console/dark/i2ptunnel.css @@ -1117,7 +1117,7 @@ input[type="checkbox"], input[type="radio"] { } .freetext, .tunnelConfig textarea, #customOptions, #userAgents, #hostField { - margin: 5px !important; + margin-top: 15px !important; cursor: text; } @@ -1141,7 +1141,7 @@ textarea[name="accessList"], #hostField, #localDestination, .authentication { margin: 5px !important; } -#customOptions, #userAgents, #leasesetKey { +#userAgents, #leasesetKey { width: calc(100% - 10px) !important; } diff --git a/installer/resources/themes/console/light/i2ptunnel.css b/installer/resources/themes/console/light/i2ptunnel.css index a64044be6..ad1a29b12 100644 --- a/installer/resources/themes/console/light/i2ptunnel.css +++ b/installer/resources/themes/console/light/i2ptunnel.css @@ -680,7 +680,7 @@ td[colspan="2"] > select#profile { width: calc(50% - 15px) !important; } -#customOptions, #userAgents { +#userAgents { width: calc(100% - 10px) !important; }