There was an error while loading. Please reload this page.
2 parents e2619fb + 581d288 commit 54915b2Copy full SHA for 54915b2
1 file changed
src/lg-remote-control.ts
@@ -131,7 +131,7 @@ class LgRemoteControl extends LitElement {
131
132
return html`
133
<div class="card">
134
- <div class="page" style="--remote-button-color: ${buttonColor}; --remote-text-color: ${textColor}; --remote-color: ${backgroundColor}; --remotewidth: ${remoteWidth}; --main-border-color: ${borderColor}; --main-border-width: ${borderWidth}">
+ <div class="page" style="box-sizing: border-box; --remote-button-color: ${buttonColor}; --remote-text-color: ${textColor}; --remote-color: ${backgroundColor}; --remotewidth: ${remoteWidth}; --main-border-color: ${borderColor}; --main-border-width: ${borderWidth}">
135
${this.config.name
136
? html` <div class="tv_title" style="color:${tv_name_color}" >${this.config.name}</div> `
137
: ""}
0 commit comments