style: auto-fix linting issues

This commit is contained in:
JulienMaille 2026-01-18 13:10:31 +00:00 committed by github-actions[bot]
parent a75d8b6b1f
commit 3ff27503d0
2 changed files with 2 additions and 7 deletions

View file

@ -345,7 +345,7 @@
id="custom-firebase-config" id="custom-firebase-config"
class="template-input" class="template-input"
style="height: 150px; font-family: monospace; font-size: 0.8rem; resize: vertical" style="height: 150px; font-family: monospace; font-size: 0.8rem; resize: vertical"
placeholder="{"apiKey": "...", ...}" placeholder='{"apiKey": "...", ...}'
></textarea> ></textarea>
</div> </div>
<div class="modal-actions"> <div class="modal-actions">
@ -1007,11 +1007,7 @@
<div class="card-grid" id="album-detail-more-albums"></div> <div class="card-grid" id="album-detail-more-albums"></div>
</section> </section>
<section <section class="content-section" id="album-section-eps" style="display: none; margin-top: 3rem">
class="content-section"
id="album-section-eps"
style="display: none; margin-top: 3rem"
>
<h2 class="section-title" id="album-title-eps">EPs and Singles</h2> <h2 class="section-title" id="album-title-eps">EPs and Singles</h2>
<div class="card-grid" id="album-detail-eps"></div> <div class="card-grid" id="album-detail-eps"></div>
</section> </section>

View file

@ -4070,4 +4070,3 @@ body:has(#fullscreen-cover-overlay:not([style*='display: none'])) .now-playing-b
left: 2%; left: 2%;
} }
} }