Skip to content

Commit

Permalink
fixed keynote ui
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed May 25, 2023
1 parent e5bc5d3 commit 9b74e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sessions/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
:title="session.title"
/>
<div
: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']"
>
<div class="flex flex-wrap items-start">
<div class="md:w-12/12">
Expand Down

0 comments on commit 9b74e0a

Please sign in to comment.