fix: speed menu to display 0.25 speed option

This commit is contained in:
Botzy 2026-03-09 15:19:02 +02:00
parent b24426250b
commit 182782a60f

View file

@ -15,7 +15,7 @@
.options-container {
flex: 0 1 auto;
max-height: calc(3.2rem * 8);
max-height: calc(3.2rem * 10);
padding: 0 1rem 0.5rem;
.option {