From 810e81bf3d3f9d43f475155af6967f89d99448e4 Mon Sep 17 00:00:00 2001 From: vandalon Date: Sat, 9 May 2020 12:45:47 +0200 Subject: [PATCH] Made the source buttons a bit bigger. On a phone they looked to small. This seems to work nicely on both phone and tablet. --- lg-remote-control.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lg-remote-control.js b/lg-remote-control.js index 3e5e53b..b39852f 100644 --- a/lg-remote-control.js +++ b/lg-remote-control.js @@ -827,8 +827,8 @@ class LgRemoteControl extends LitElement { .btn_source { background-color: var(--remote-button-color); color: var(--remote-text-color); - width: calc(var(--remotewidth) / 5.9); - height: calc(var(--remotewidth) / 8.125); + width: calc(var(--remotewidth) / 5); + height: calc(var(--remotewidth) / 6.885); border-width: 0px; border-radius: calc(var(--remotewidth) / 10); margin: calc(var(--remotewidth) / 18.57) auto calc(var(--remotewidth) / 20) auto;