Small UX fixes, clean up after smoke test

This commit is contained in:
2026-01-28 16:22:12 +01:00
parent 4576157364
commit e49fb04e3a
2 changed files with 5 additions and 0 deletions

View File

@@ -283,6 +283,7 @@ input[type="range"].full-slider::-moz-range-track {
width: 32px;
height: 32px;
font-size: 16px;
padding: 0;
cursor: pointer;
}
@@ -308,6 +309,7 @@ input[type="range"].full-slider::-moz-range-track {
object-fit: cover;
border-radius: 6px;
border: 1px solid #1f2937;
cursor: pointer;
}
.results-table .game-meta { display: flex; flex-direction: column; gap: 2px; }
.results-table .title-line { font-weight: 700; }