style: auto-fix linting issues
This commit is contained in:
parent
2ddf26ec4c
commit
8f30983296
1 changed files with 41 additions and 4 deletions
45
index.html
45
index.html
|
|
@ -5208,17 +5208,54 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="blocked-content-list" style="display: none">
|
<div id="blocked-content-list" style="display: none">
|
||||||
<p id="blocked-empty-message" style="display: none; color: var(--muted-foreground); font-size: 0.875rem; padding: 0.5rem 0;">Nothing blocked yet.</p>
|
<p
|
||||||
|
id="blocked-empty-message"
|
||||||
|
style="
|
||||||
|
display: none;
|
||||||
|
color: var(--muted-foreground);
|
||||||
|
font-size: 0.875rem;
|
||||||
|
padding: 0.5rem 0;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
Nothing blocked yet.
|
||||||
|
</p>
|
||||||
<div id="blocked-artists-section" style="display: none">
|
<div id="blocked-artists-section" style="display: none">
|
||||||
<h4 style="font-size: 0.75rem; text-transform: uppercase; color: var(--muted-foreground); margin: 0.75rem 0 0.25rem;">Artists</h4>
|
<h4
|
||||||
|
style="
|
||||||
|
font-size: 0.75rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--muted-foreground);
|
||||||
|
margin: 0.75rem 0 0.25rem;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
Artists
|
||||||
|
</h4>
|
||||||
<ul id="blocked-artists-list" class="blocked-items-list"></ul>
|
<ul id="blocked-artists-list" class="blocked-items-list"></ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="blocked-albums-section" style="display: none">
|
<div id="blocked-albums-section" style="display: none">
|
||||||
<h4 style="font-size: 0.75rem; text-transform: uppercase; color: var(--muted-foreground); margin: 0.75rem 0 0.25rem;">Albums</h4>
|
<h4
|
||||||
|
style="
|
||||||
|
font-size: 0.75rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--muted-foreground);
|
||||||
|
margin: 0.75rem 0 0.25rem;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
Albums
|
||||||
|
</h4>
|
||||||
<ul id="blocked-albums-list" class="blocked-items-list"></ul>
|
<ul id="blocked-albums-list" class="blocked-items-list"></ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="blocked-tracks-section" style="display: none">
|
<div id="blocked-tracks-section" style="display: none">
|
||||||
<h4 style="font-size: 0.75rem; text-transform: uppercase; color: var(--muted-foreground); margin: 0.75rem 0 0.25rem;">Tracks</h4>
|
<h4
|
||||||
|
style="
|
||||||
|
font-size: 0.75rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--muted-foreground);
|
||||||
|
margin: 0.75rem 0 0.25rem;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
Tracks
|
||||||
|
</h4>
|
||||||
<ul id="blocked-tracks-list" class="blocked-items-list"></ul>
|
<ul id="blocked-tracks-list" class="blocked-items-list"></ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue