Skip to content

Commit

Permalink
[docs]: Add transitions on expanding in Sidebar (#388)
Browse files Browse the repository at this point in the history
* Add transitions on expanding in Sidebar

* Eliminate overflow in page transitions

* Fix white line appearing below import code in Heading

* Change tooltip label on hovering over change theme

* Removed transitions in Sidebar

* Add |local transitions to Sidebar

---------

Co-authored-by: Margarida Silva <ams-amargarida@hotmail.com>
  • Loading branch information
Caladan08 and BeeMargarida committed Jun 20, 2023
1 parent 23f6923 commit fd9a3bb
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 310 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/lib/components/Heading.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};
let importStyles = {
overflowX: 'scroll',
overflowX: 'hidden',
'&:hover': { cursor: 'pointer' },
code: {
fontSize: $screenW < 500 ? 10 : '$sm'
Expand Down

0 comments on commit fd9a3bb

Please sign in to comment.