File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import card from '@/assets/preview/card.svg';
33import buttons from '@/assets/preview/buttons.svg' ;
44import motionNumber from '@/assets/preview/motion-number.svg' ;
55import clippath from '@/assets/preview/clip-path.svg' ;
6+
7+
68const preview = {
79 horizontascroll,
810 motionNumber,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function DocsSidebar() {
6161 < Link
6262 href = { link . href }
6363 onClick = { ( ) => addVisitedPage ( link . href , link . name ) }
64- className = { `flex gap-2 group font-medium items-center py-1 transition-all ${
64+ className = { `flex gap-2 group font-medium items-center py-1 my-2 transition-all ${
6565 link . href === pathname
6666 ? 'active-nav'
6767 : 'text-slate-600 hover:text-slate-900 dark:text-slate-400 dark:hover:text-white'
@@ -88,7 +88,7 @@ function DocsSidebar() {
8888 < >
8989 < li
9090 key = { link . href }
91- className = { `2xl:text-sm text-[0.81em] flex items-center gap-1 dark:hover:text-white 2xl:py-1 py-0.5 pl-2 border-l transition-all ${
91+ className = { `2xl:text-sm text-[0.81em] flex items-center gap-1 dark:hover:text-white my-3 2xl:py-1 py-0.5 pl-2 border-l transition-all ${
9292 link . href === pathname
9393 ? 'dark:border-white border-black text-black dark:text-white font-semibold'
9494 : 'dark:text-slate-400 2xl:font-normal font-medium hover:border-black/60 dark:hover:border-white/50 text-slate-500 hover:text-slate-900'
You can’t perform that action at this time.
0 commit comments