From 62c1ea045b65def07d65315ee006e033dde6b08b Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:57:58 +0200 Subject: [PATCH] fix: correct optical size of player icons --- common/views/Player/Player.svelte | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/common/views/Player/Player.svelte b/common/views/Player/Player.svelte index 426c65f..a33474e 100644 --- a/common/views/Player/Player.svelte +++ b/common/views/Player/Player.svelte @@ -1155,7 +1155,7 @@
- + {torrent.peers || 0} {fastPrettyBytes(torrent.down)}/s @@ -1245,16 +1245,16 @@ {#if playbackRate !== 1}
x{playbackRate.toFixed(1)}
{/if} - (showKeybinds = true)}> - + (showKeybinds = true)}> + {#if SUPPORTS.isAndroid} (isLocked = true)}> lock {/if} {#if 'audioTracks' in HTMLVideoElement.prototype && video?.audioTracks?.length > 1}