Skip to content

Commit 08ee361

Browse files
committed
tweak web app
1 parent 25e8709 commit 08ee361

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

temperbridge.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
let style = document.createElement("style");
22

3-
style.textContent = `input[type="range"] {
3+
style.textContent = `
4+
input[type="range"] {
45
width: auto !important;
5-
}`
6+
}
7+
8+
button[class="rnd"] {
9+
height: 4rem;
10+
width: 4rem;
11+
}
12+
`
613

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

0 commit comments

Comments
 (0)