Small CSS cleanup

This commit is contained in:
Robin van der Linde 2024-04-24 21:02:00 +02:00
parent 4a19be48b2
commit 716f5fc9e0
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
4 changed files with 44 additions and 10 deletions

View file

@ -136,7 +136,7 @@
<UnofficialThemeList search={themeSearchText} {state} />
<div slot="not-logged-in">
<button class="w-full" on:click={() => osmConnection.AttemptLogin()}>
<button class="m-0 my-2 w-full" on:click={() => osmConnection.AttemptLogin()}>
<Login class="mr-2 h-6 w-6 " />
<Tr t={Translations.t.index.logIn} />
</button>