We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1291e9e commit 885616cCopy full SHA for 885616c
src/app/conf/2025/schedule/_components/schedule-list.tsx
@@ -146,7 +146,7 @@ export function ScheduleList({
146
<>
147
<div className="flex justify-between gap-1 max-lg:flex-col">
148
<BookmarkOnSched year={year} />
149
- <div className="flex gap-2">
+ <div className="flex gap-2 max-lg:mb-4">
150
<Button
151
href="#current-time-marker"
152
variant="tertiary"
@@ -163,7 +163,7 @@ export function ScheduleList({
163
),
164
)
165
}
166
- className="max-lg:mb-4 max-lg:w-fit max-lg:self-end"
+ className="max-lg:w-fit max-lg:self-end"
167
/>
168
</div>
169
0 commit comments