Refactor settings section HTML structure
This commit is contained in:
@@ -307,11 +307,11 @@
|
||||
<h2 id="settings-title">Settings</h2>
|
||||
<button type="button" id="settings-close-button" class="settings-close-button" aria-label="Close settings">×</button>
|
||||
</div>
|
||||
<label class="settings-row">
|
||||
<input type="checkbox" id="whisper-checkbox" checked />
|
||||
<span>Use Whisper</span>
|
||||
</label>
|
||||
<label class="settings-row">
|
||||
<label class="settings-row">
|
||||
<input type="checkbox" id="whisper-checkbox" checked />
|
||||
<span>Use Whisper</span>
|
||||
</label>
|
||||
<label class="settings-row">
|
||||
<input type="checkbox" id="autotranslate-checkbox" checked />
|
||||
<span>Auto Translate</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user