Remove border, drop down, logs

This commit is contained in:
Raven Scott
2026-05-28 12:16:42 -04:00
parent 44fbc3be92
commit 564029af44
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -311,7 +311,7 @@
</h2>
<div class="flex flex-wrap items-center gap-3 mb-3">
<label for="log-channel-select" class="text-sm theme-text-secondary">Log file</label>
<select id="log-channel-select" onchange="onLogChannelChange()" class="theme-input rounded-lg px-3 py-2 text-sm min-w-[12rem]">
<select id="log-channel-select" onchange="onLogChannelChange()" class="theme-input log-channel-select rounded-lg px-3 py-2 text-sm min-w-[12rem]">
<option value="core">Core</option>
<option value="proxy">Internal Proxy</option>
<option value="httpProxy">HTTP Proxy</option>