Skip to content

Commit

Permalink
Adjust dimensions and positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbaskaran committed Aug 16, 2024
1 parent c0003f6 commit 311f8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/contributors-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function ContributorsPanel({
}) {
return (
<Sheet>
<SheetTrigger className="fixed right-[-42px] top-80 z-10 flex h-[60px] w-[120px] -rotate-90 justify-center rounded-t-2xl bg-primary px-4 py-1 text-lg font-semibold text-primary-foreground shadow-md transition-all duration-200 hover:right-[-30px]">
<SheetTrigger className="fixed right-[-56px] top-80 z-10 flex h-[80px] w-[140px] -rotate-90 justify-center rounded-t-2xl bg-primary px-4 py-1 text-lg font-semibold text-primary-foreground shadow-md transition-all duration-200 hover:right-[-30px]">
Contributors
</SheetTrigger>
<SheetContent>
Expand Down
2 changes: 1 addition & 1 deletion src/components/references-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface ReferencesPanelProps {
export default function ReferencesPanel({ references }: ReferencesPanelProps) {
return (
<Sheet>
<SheetTrigger className="fixed right-[-42px] top-44 z-10 flex h-[60px] w-[120px] -rotate-90 justify-center rounded-t-2xl bg-primary px-3 py-1 text-lg font-semibold text-primary-foreground shadow-md transition-all duration-200 hover:right-[-30px]">
<SheetTrigger className="fixed right-[-56px] top-36 z-10 flex h-[80px] w-[140px] -rotate-90 justify-center rounded-t-2xl bg-primary px-4 py-1 text-lg font-semibold text-primary-foreground shadow-md transition-all duration-200 hover:right-[-30px]">
References
</SheetTrigger>
<SheetContent>
Expand Down

0 comments on commit 311f8fe

Please sign in to comment.