UX: move padding to upper bar to avoid ugly shadow cutoff, add star to duplicate entry of favourite language

This commit is contained in:
Pieter Vander Vennet 2025-07-25 16:19:58 +02:00
parent 115de9697c
commit 2517a6dbe6
2 changed files with 5 additions and 2 deletions

View file

@ -78,6 +78,9 @@
({language})
{/if}
{/if}
{#if $preferredLanguages.indexOf(language) >= 0}
{/if}
</option>
{/each}
</Dropdown>