forked from MapComplete/MapComplete
Styling: style themebuttons on mobile screen
This commit is contained in:
parent
5d8b422162
commit
ab8af30934
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if theme.id !== personal.id || $userDetails.csCount > Constants.userJourney.personalLayoutUnlock}
|
{#if theme.id !== personal.id || $userDetails.csCount > Constants.userJourney.personalLayoutUnlock}
|
||||||
<SubtleLink href={ $href }>
|
<SubtleLink href={$href} options={{extraClasses: "w-full"}}>
|
||||||
<img slot="image" src={theme.icon} class="block h-11 w-11 bg-red mx-4" alt=""/>
|
<img slot="image" src={theme.icon} class="block h-11 w-11 bg-red mx-4" alt=""/>
|
||||||
<span class="flex flex-col text-ellipsis overflow-hidden">
|
<span class="flex flex-col text-ellipsis overflow-hidden">
|
||||||
<Tr t={title}/>
|
<Tr t={title}/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue