style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-07 05:03:21 +00:00 committed by github-actions[bot]
parent 38dd6f8220
commit 346e4b2861
2 changed files with 13 additions and 2 deletions

View file

@ -1724,7 +1724,18 @@
<div class="modal-content">
<h3>Update Available</h3>
<p>A new version of Monochrome is available.</p>
<div id="desktop-update-notes" style="margin: 1rem 0; padding: 1rem; background: var(--background-secondary); border-radius: var(--radius); max-height: 200px; overflow-y: auto; font-size: 0.9rem;"></div>
<div
id="desktop-update-notes"
style="
margin: 1rem 0;
padding: 1rem;
background: var(--background-secondary);
border-radius: var(--radius);
max-height: 200px;
overflow-y: auto;
font-size: 0.9rem;
"
></div>
<div class="modal-actions">
<button id="desktop-update-cancel" class="btn-secondary">Later</button>
<button id="desktop-update-confirm" class="btn-primary">Update Now</button>