1
0

Add notice on how to restart wizard

This commit is contained in:
2026-03-19 13:40:01 +01:00
parent b2888e32cf
commit 5cb3f4a180
2 changed files with 8 additions and 0 deletions

View File

@@ -832,6 +832,12 @@ input[type="file"] {
font-size: 0.88rem; font-size: 0.88rem;
} }
.restart-hint {
margin-top: 1.5rem;
font-size: 0.78rem;
color: var(--text-muted);
}
.error-log { .error-log {
margin-top: 0.75rem; margin-top: 0.75rem;
padding: 0.75rem 1rem; padding: 0.75rem 1rem;

View File

@@ -282,6 +282,7 @@
<strong>Safely eject</strong> your Kobo and let it reboot. NickelMenu will be automatically removed during the reboot. <strong>Safely eject</strong> your Kobo and let it reboot. NickelMenu will be automatically removed during the reboot.
</p> </p>
</div> </div>
<p class="restart-hint">You can always restart the entire flow by reloading the page.</p>
</section> </section>
<!-- Step 2 (patches path): Configure patches --> <!-- Step 2 (patches path): Configure patches -->
@@ -356,6 +357,7 @@
<li>The device will reboot and apply the patches automatically.</li> <li>The device will reboot and apply the patches automatically.</li>
</ol> </ol>
</div> </div>
<p class="restart-hint">You can always restart the entire flow by reloading the page.</p>
</section> </section>
<!-- Error state --> <!-- Error state -->