From 182782a60ffc0a11db883224433ef1e0581dbb8f Mon Sep 17 00:00:00 2001 From: Botzy Date: Mon, 9 Mar 2026 15:19:02 +0200 Subject: [PATCH] fix: speed menu to display 0.25 speed option --- src/routes/Player/SpeedMenu/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Player/SpeedMenu/styles.less b/src/routes/Player/SpeedMenu/styles.less index 4305d5d01..c2a694629 100644 --- a/src/routes/Player/SpeedMenu/styles.less +++ b/src/routes/Player/SpeedMenu/styles.less @@ -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 {