From f7f80e03e0fbfbb5ca482e3de7ff3a4da0305ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mir=C3=B3=20Allard?= Date: Tue, 11 Mar 2025 12:58:18 +0100 Subject: [PATCH] Use multiplication symbol instead of letter x Use the proper multiplication symbol for the playback speed. The order of the number and symbol is reversed so it is read "times 1.0" instead of "1.0 times" (or previously "1.0 x"). Between the symbol and the number, a narrow no-break space ( ) is added for proper spacing. The classes of some spans are removed for better alignment. --- client/components/controls/PlaybackSpeedControl.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/controls/PlaybackSpeedControl.vue b/client/components/controls/PlaybackSpeedControl.vue index 98f40866a..c314da7fd 100644 --- a/client/components/controls/PlaybackSpeedControl.vue +++ b/client/components/controls/PlaybackSpeedControl.vue @@ -1,7 +1,7 @@