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

@ -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>