-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Made <details> tags pretty (#596)
* chore: styled details and details summary basically stuck to the default slate color scheme for dark mode and t3-purple for light mode additionally placed a ring outside the details element and put a bottom border on the summary when details are open * fix: light mode border color summary accidentally forgot to include the correct border color for the summary when in lightmode * feat: details animation created a script that animates the details elements of the documentation, also had to refactor the docker.md file to wrap the contents of the details elements in a separate div with the class 'content' otherwise it'd be a whole hassle of getting each child element that's not summary and tallying up their total height this way is simpler. * refactor: animateDetails.js into pageContent.astro as requested I've moved the animation script from public/animateDetails.js to docs/pageContent.astro * fix: inline javascript added is:inline for proper typing additionally removed the useless left over script include tag * Update www/src/components/docs/pageContent.astro * Update www/src/components/docs/pageContent.astro Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
- Loading branch information
1 parent
1bc0a53
commit 804f9e3
Showing
3 changed files
with
155 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
804f9e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
create-t3-app – ./
beta.create.t3.gg
create-t3-app-t3-oss.vercel.app
create-t3-app-nu.vercel.app
create-t3-app-git-next-t3-oss.vercel.app