We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e8709 commit 08ee361Copy full SHA for 08ee361
1 file changed
temperbridge.js
@@ -1,7 +1,14 @@
1
let style = document.createElement("style");
2
3
-style.textContent = `input[type="range"] {
+style.textContent = `
4
+input[type="range"] {
5
width: auto !important;
-}`
6
+}
7
+
8
+button[class="rnd"] {
9
+ height: 4rem;
10
+ width: 4rem;
11
12
+`
13
14
document.getElementsByTagName("esp-app")[0].shadowRoot.querySelector("esp-entity-table").shadowRoot.appendChild(style);
0 commit comments