Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 15, 2024
1 parent 7028924 commit b2ea1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cv.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"Flask",
"Git",
"Linux",
"MongoDB",
"MySQL",
"Nix Package Manager",
"Node.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ExpandButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function ExpandButton({ children }: ExpandButtonProps) {
return (
<div className="relative">
<div
className={`relative flex flex-col gap-4 max-sm:!h-auto md:after:absolute md:after:bottom-0 md:after:h-12 md:after:w-full md:after:bg-gradient-to-t md:after:from-white md:after:content-[''] dark:md:after:from-black ${
className={`relative flex flex-col gap-4 after:bg-gradient-to-t after:from-white dark:after:from-black max-sm:!h-auto md:after:absolute md:after:bottom-0 md:after:h-12 md:after:w-full md:after:content-[''] ${
expanded ? "after:hidden" : ""
}`}
style={{ maxHeight: expanded ? "none" : "50px", overflow: "hidden" }}
Expand Down

0 comments on commit b2ea1e5

Please sign in to comment.