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");
|
||||
|
|
|
@ -49,11 +49,11 @@
|
|||
</div>
|
||||
|
||||
<div id="topleft-tools">
|
||||
<div id="userbadge-and-search">
|
||||
<div id="userbadge-and-search" class="p-3">
|
||||
<div id="userbadge" class="shadow rounded-3xl overflow-hidden"></div>
|
||||
<div id="searchbox" class="shadow rounded-3xl overflow-hidden"></div>
|
||||
</div>
|
||||
<div id="messagesbox" class="rounded-3xl overflow-hidden"></div>
|
||||
<div id="messagesbox" class="rounded-3xl overflow-hidden ml-3"></div>
|
||||
<div id="help-button-mobile"></div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue