forked from MapComplete/MapComplete
Feature: add compass widget/north arrow indicator (which resets rotation when clicking), small UI tweaks
This commit is contained in:
parent
46b75b877b
commit
eea659da7c
17 changed files with 271 additions and 21 deletions
|
|
@ -28,7 +28,7 @@
|
|||
{#if $username !== undefined}
|
||||
<div style="width: max-content" class="flex items-center">
|
||||
{#if $userdetails.img}
|
||||
<img src={$userdetails.img} alt="avatar" class="mr-4 h-8 w-8 rounded-full" />
|
||||
<img src={$userdetails.img} alt="avatar" class="mr-4 h-10 w-10 rounded-full" />
|
||||
{/if}
|
||||
<div>
|
||||
<div>Welcome back</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue