forked from MapComplete/MapComplete
Spacing for Login, Search, Help
Same spacing left, right, top using Tailwind
This commit is contained in:
parent
7556c7a4b1
commit
95b44897f9
2 changed files with 3 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue