feat: add difficulty and dirty flag to result image

This commit is contained in:
2026-02-10 23:00:43 +01:00
parent d25fa67100
commit 8d3bde8d38
4 changed files with 56 additions and 1 deletions

View File

@@ -213,6 +213,8 @@ input[type="range"]::-moz-range-thumb {
justify-content: center;
gap: 10px;
align-items: center;
white-space: nowrap;
height: 1.5em; /* Reserve space for one line of text */
}
.difficulty-indicator .label {
@@ -224,6 +226,9 @@ input[type="range"]::-moz-range-thumb {
text-transform: uppercase;
text-shadow: 0 0 10px currentColor;
transition: color 0.3s ease;
display: inline-block;
min-width: 120px; /* Reserve space for longest text */
text-align: left;
}
.error {