Skip to content

Commit

Permalink
Merge pull request #123 from beamkenya/dev
Browse files Browse the repository at this point in the history
 fixed keynote ui
  • Loading branch information
manuelgeek authored May 25, 2023
2 parents bf4996b + 9b74e0a commit 2ec0c56
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 2ec0c56

Please sign in to comment.