fix: Resolve multiple mobile UX issues including swiping and header layouts
All checks were successful
Automated Container Build / build-and-push (push) Successful in 50s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 50s
This commit is contained in:
parent
4ea58da3cd
commit
7d2c466e9b
4 changed files with 74 additions and 29 deletions
|
|
@ -92,7 +92,7 @@ export default function DeckStudyPage() {
|
|||
return (
|
||||
<div className="max-w-4xl mx-auto w-full py-2 md:py-4">
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between mb-6">
|
||||
<div className="flex flex-col md:flex-row items-start md:items-center justify-between gap-4 mb-6">
|
||||
<div>
|
||||
<button
|
||||
onClick={() => router.push(`/${classSlug}/flashcards`)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue