Skip to content

Commit

Permalink
changed the orientation back and added the controls in a new row
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ruf authored and MalibusParty committed Feb 13, 2024
1 parent 8b267a8 commit 7a810d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Resources/src/components/dashboard/EventData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
:size="20"
/>
</BannerSpacer>
<div class="flex w-full flex-col items-center px-[15px] min-[380px]:flex-row">
<span
class="inline-block grow self-start break-words text-[12px] font-bold leading-[20px] tracking-[0.5px] text-primary-1 max-[380px]:basis-9/12 min-[380px]:self-center min-[380px]:text-note"
>
<div
class="flex w-full flex-col items-center px-[15px] min-[380px]:flex-row"
>
<span class="inline-block grow self-start break-words text-[12px] font-bold leading-[20px] tracking-[0.5px] text-primary-1 max-[380px]:basis-9/12 min-[380px]:self-center min-[380px]:text-note">
{{ getEventById(day.event.eventId)?.title }}
</span>
<div class="flex w-fit flex-row items-center gap-1 self-end justify-self-end max-[380px]:basis-3/12">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="flex h-[30px] content-center rounded-md min-[380px]:mr-[15px] xl:h-[20px]"
class="mr-[5px] flex h-[30px] content-center rounded-md min-[380px]:mr-[15px] xl:h-[20px]"
:class="[limit > 9 ? 'min-w-[46px] min-[370px]:min-w-[65px]' : 'min-w-[40px] min-[370px]:min-w-[46px]', mealCSS]"
>
<div class="my-auto h-3 w-4 flex-auto min-[370px]:w-6 min-[370px]:flex-none">
Expand Down

0 comments on commit 7a810d2

Please sign in to comment.