EventCard fixed with for large screens, full width for small screens

This commit is contained in:
xcexec 2024-10-22 09:47:25 +02:00
parent 51c7bcba74
commit 90762fd7f4

View file

@ -3,7 +3,7 @@
class="mbz-card snap-center dark:bg-mbz-purple"
:class="{
'sm:flex sm:items-start': mode === 'row',
'w-auto sm:w-[18rem] shrink-0 flex flex-col': mode === 'column',
'min-w-full sm:min-w-[18rem] sm:max-w-[18rem] shrink-0 flex flex-col': mode === 'column',
}"
:to="to"
:isInternal="isInternal"