From 8d7e749ed8bf9b2ff35d526ece707971e66a60dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20F=C3=A4th?= Date: Fri, 10 Jan 2020 18:02:08 +0100 Subject: [PATCH] fix indentation --- src/components/remotecontrol/remotecontrol.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.css b/src/components/remotecontrol/remotecontrol.css index 9e7fc41446..c9c0d2c316 100644 --- a/src/components/remotecontrol/remotecontrol.css +++ b/src/components/remotecontrol/remotecontrol.css @@ -18,23 +18,23 @@ } .btnArrowUp{ -border-radius: 40% 40% 10% 10%; + border-radius: 40% 40% 10% 10%; } .btnArrowLeft{ -border-radius: 40% 10% 10% 40%; + border-radius: 40% 10% 10% 40%; } .btnArrowRight{ -border-radius: 10% 40% 40% 10%; + border-radius: 10% 40% 40% 10%; } .btnArrowDown{ -border-radius: 10% 10% 40% 40%; + border-radius: 10% 10% 40% 40%; } .btnOk{ -border-radius: 10%; + border-radius: 10%; } .nowPlayingPageTitle {