UX: use more parts of Tailwind (see #2106), more tweaking of the menu bar

This commit is contained in:
Pieter Vander Vennet 2024-08-29 23:11:59 +02:00
parent 0b2ce63284
commit da252e9fdd
9 changed files with 2718 additions and 1811 deletions

View file

@ -35,8 +35,8 @@
{#if $showButton}
<div class="flex flex-col">
<button class="as-link" on:click={openJosm}>
<Josm_logo class="h-6 w-6 pr-2" />
<button class="as-link sidebar-button" on:click={openJosm}>
<Josm_logo class="h-6 w-6" />
<Tr t={t.editJosm} />
</button>