Spacing for Login, Search, Help

Same spacing left, right, top using Tailwind
This commit is contained in:
Tobias 2021-01-20 21:56:38 +01:00
parent 7556c7a4b1
commit 95b44897f9
2 changed files with 3 additions and 3 deletions

View file

@ -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");