Skip to content

Commit

Permalink
tweak web app
Browse files Browse the repository at this point in the history
  • Loading branch information
mostthingsweb committed May 21, 2024
1 parent 25e8709 commit 08ee361
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions temperbridge.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
let style = document.createElement("style");

style.textContent = `input[type="range"] {
style.textContent = `
input[type="range"] {
width: auto !important;
}`
}
button[class="rnd"] {
height: 4rem;
width: 4rem;
}
`

document.getElementsByTagName("esp-app")[0].shadowRoot.querySelector("esp-entity-table").shadowRoot.appendChild(style);

0 comments on commit 08ee361

Please sign in to comment.