From 7b96ecb13b0f21e09cbbfb964eec12dc76eda7d9 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sun, 28 Feb 2021 11:13:22 +0300 Subject: [PATCH 1/2] Make font size relative --- src/components/remotecontrol/remotecontrol.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.scss b/src/components/remotecontrol/remotecontrol.scss index 9356da0d0f..5c7e17b61e 100644 --- a/src/components/remotecontrol/remotecontrol.scss +++ b/src/components/remotecontrol/remotecontrol.scss @@ -118,7 +118,7 @@ } .btnPlayPause { - font-size: xx-large; + font-size: 2em; padding: 0; margin: 0; } @@ -322,7 +322,7 @@ -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; - font-size: x-large; + font-size: 1.5em; height: 100%; } From 4851bf7eefc5e474061c308fa11a4337bb324140 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sun, 28 Feb 2021 11:18:49 +0300 Subject: [PATCH 2/2] Return space on the sides of play button for default (landscape) screen orientation --- src/components/remotecontrol/remotecontrol.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/remotecontrol/remotecontrol.scss b/src/components/remotecontrol/remotecontrol.scss index 5c7e17b61e..bc782e736e 100644 --- a/src/components/remotecontrol/remotecontrol.scss +++ b/src/components/remotecontrol/remotecontrol.scss @@ -120,7 +120,6 @@ .btnPlayPause { font-size: 2em; padding: 0; - margin: 0; } .nowPlayingInfoControls {