Skip to content

Commit

Permalink
fix: modify css to fix moving page when favoriting libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
carddev81 committed Jan 7, 2025
1 parent ee82896 commit 7e86bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/StudentLayer1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function StudentLayer1() {
</div>
</div>
{/* right sidebar */}
<div className="min-w-[300px] border-l border-grey-1 flex flex-col gap-6 px-6 py-4">
<div className="min-w-[390px] border-l border-grey-1 flex flex-col gap-6 px-6 py-4">
<h2>Favorites</h2>
<div className="space-y-3 w-full">
{favorites?.data && favorites.data.length > 0 ? (
Expand Down

0 comments on commit 7e86bef

Please sign in to comment.