Skip to content

Commit 33f219c

Browse files
authored
Fix formatting and change internal css
1 parent 316b2ee commit 33f219c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

usergui.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ class UserGui {
100100
bottom: 0;
101101
right: 0;
102102
}
103+
.formbuilder-button {
104+
width: fit-content;
105+
}
103106
`
104107
},
105108
"external" : {
@@ -669,7 +672,7 @@ class UserGui {
669672

670673
iframe.contentWindow.onload = () => {
671674
// Fade-in implementation
672-
setTimeout(() => iframe.style["opacity"] = "1", fadeInSpeedMs/2);
675+
setTimeout(() => iframe.style["opacity"] = "1", fadeInSpeedMs/2);
673676
setTimeout(() => iframe.style["transition"] = "none", fadeInSpeedMs + 500);
674677

675678
this.window = iframe.contentWindow;

0 commit comments

Comments
 (0)