Skip to content

Commit

Permalink
period action button
Browse files Browse the repository at this point in the history
  • Loading branch information
33tm committed Sep 8, 2024
1 parent 63a3958 commit b52d97d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/schedule/Period.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ export default function Period(props: PeriodProps) {
/>
</div>
)}

<button className={`mt-2 w-full md:w-fit md:absolute right-5 top-0 bottom-${duration.contains(now) ? '8' : '0'} md:my-auto md:h-fit bg-black/10 dark:bg-black/20 px-3.5 py-1.5 rounded-md`}>
Action
</button>
</div>
);
}

0 comments on commit b52d97d

Please sign in to comment.