Skip to content

Commit 9b74e0a

Browse files
committed
fixed keynote ui
1 parent e5bc5d3 commit 9b74e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/sessions/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
:title="session.title"
8787
/>
8888
<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']"
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 || (session.is_serviceSession && session.speakers.length === 1) ? 'lg:h-44 py-1' : 'lg:h-28 py-2']"
9090
>
9191
<div class="flex flex-wrap items-start">
9292
<div class="md:w-12/12">

0 commit comments

Comments
 (0)