Update index.html
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
070abc712d
commit
021e3cd078
1 changed files with 10 additions and 5 deletions
15
index.html
15
index.html
|
|
@ -3342,13 +3342,18 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="settings-group">
|
||||
<div class="setting-item" id="cd-album-cover-setting">
|
||||
<div class="info">
|
||||
<span class="label">CD Album Cover</span>
|
||||
<span class="description">Spin album cover and add CD hole in fullscreen</span>
|
||||
<span class="label" id="cd-album-cover-label">CD Album Cover</span>
|
||||
<span class="description" id="cd-album-cover-description"
|
||||
>Spin album cover and add CD hole in fullscreen</span
|
||||
>
|
||||
</div>
|
||||
<label class="toggle-switch">
|
||||
<input type="checkbox" id="cd-album-cover-toggle" />
|
||||
<input
|
||||
type="checkbox"
|
||||
id="cd-album-cover-toggle"
|
||||
aria-labelledby="cd-album-cover-label"
|
||||
aria-describedby="cd-album-cover-description"
|
||||
/>
|
||||
<span class="slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue