feat: enhance lesson preview functionality and improve run button interaction; change lesson indicator to percentage; split preview css for better isolation

This commit is contained in:
Michael Czechowski
2025-05-19 23:30:22 +02:00
parent 00935f02e8
commit 6c7ef3ff0b
5 changed files with 518 additions and 544 deletions

View File

@@ -615,6 +615,10 @@ code {
}
/* Update run button styling when in re-run state */
#run-btn img {
transition: transform 420ms ease;
}
#run-btn.re-run {
background-color: var(--success-color);
border-color: var(--success-color);