We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bc5d3 commit 9b74e0aCopy full SHA for 9b74e0a
pages/sessions/index.vue
@@ -86,7 +86,7 @@
86
:title="session.title"
87
/>
88
<div
89
- :class="['h-auto w-full shadow-lg rounded-tr-lg bg-white dark:bg-dark rounded-br-lg px-4 flex flex-col justify-between', session.is_serviceSession ? 'lg:h-28 py-2' : 'lg:h-44 py-1']"
+ :class="['h-auto w-full shadow-lg rounded-tr-lg bg-white dark:bg-dark rounded-br-lg px-4 flex flex-col justify-between', !session.is_serviceSession || (session.is_serviceSession && session.speakers.length === 1) ? 'lg:h-44 py-1' : 'lg:h-28 py-2']"
90
>
91
<div class="flex flex-wrap items-start">
92
<div class="md:w-12/12">
0 commit comments