Skip to content

Commit

Permalink
fix: hide additional meeting buttons on xs displays
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHoodHacker committed Jan 7, 2025
1 parent 088e9cd commit ca6a79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpwny.com/src/components/Meeting/Row.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const profiles = await getProfilesFromNames(meeting.credit);
</span>
</Link>
</div>
<div class="flex flex-row grow-0 shrink-0 gap-x-4 items-center min-w-fit">
<div class="hidden sm:flex flex-row grow-0 shrink-0 gap-x-4 items-center min-w-fit">
<div class="flex flex-row gap-x-2 items-center">
<MeetingCountdown time_start={meeting.time_start} time_close={time_close} />
{meeting.recording ? (
Expand Down

0 comments on commit ca6a79c

Please sign in to comment.