File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Wrap CIDR to work better with astro mdx files
77 import OpacitySkeleton from ' ../parts/OpacitySkeleton.svelte' ;
88 </script >
99
10- <div class =" not-prose" >
10+ <div class =" not-prose my-7 " >
1111 <OpacitySkeleton >
1212 <CIDR />
1313 </OpacitySkeleton >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Wrap Color to work better with astro mdx files
77 import OpacitySkeleton from ' ../parts/OpacitySkeleton.svelte' ;
88 </script >
99
10- <div class =" not-prose" >
10+ <div class =" not-prose my-7 " >
1111 <OpacitySkeleton >
1212 <Color />
1313 </OpacitySkeleton >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Wrap Number to work better with astro mdx files
77 import OpacitySkeleton from ' ../parts/OpacitySkeleton.svelte' ;
88 </script >
99
10- <div class =" not-prose" >
10+ <div class =" not-prose my-7 " >
1111 <OpacitySkeleton >
1212 <Number />
1313 </OpacitySkeleton >
Original file line number Diff line number Diff line change @@ -9,20 +9,14 @@ import CIDR from '../components/glue/EmbeddableCIDR.svelte';
99
1010This is [ Bit Visualizer] ( ./toys/bit-visualizer )
1111
12- <div class = " mt-7" >
13- <Number client :visible />
14- </div >
12+ <Number client :visible />
1513
1614Below is [ True Color Picker] ( ./toys/color )
1715
18- <div class = " my-7" >
19- <Color client :visible />
20- </div >
16+ <Color client :visible />
2117
2218And [ IPv4 CIDR Calculator] ( ./toys/ipv4 )
2319
24- <div class = " my-7" >
25- <CIDR client :visible />
26- </div >
20+ <CIDR client :visible />
2721
2822And [ more] ( ./toys ) will come!
Original file line number Diff line number Diff line change @@ -5,6 +5,4 @@ toy: true
55---
66import CIDR from ' ../../components/glue/EmbeddableCIDR.svelte' ;
77
8- <div class = " my-7" >
9- <CIDR client :visible />
10- </div >
8+ <CIDR client :visible />
You can’t perform that action at this time.
0 commit comments