diff --git a/InitUiElements.ts b/InitUiElements.ts index 64da98e..f5a5eb5 100644 --- a/InitUiElements.ts +++ b/InitUiElements.ts @@ -297,7 +297,7 @@ export class InitUiElements { // ?-Button on Mobile, opens full screen layer with close-button at the bottom Svg.help_svg() - .SetClass("open-welcome-button block rounded-3xl overflow-hidden shadow" ) + .SetClass("open-welcome-button block rounded-3xl overflow-hidden shadow ml-3" ) .onClick(() => { State.state.fullScreenMessage.setData({content: fullOptions2, hashText: "welcome"}) }).AttachTo("help-button-mobile"); diff --git a/index.html b/index.html index c55edb0..506c0df 100644 --- a/index.html +++ b/index.html @@ -49,11 +49,11 @@
-