File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
color-conversion-table/src Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 33}
44
55@page : left {
6- margin-left : 1 in ;
6+ margin-left : 0.75 in ;
77}
88
99@page : right {
10- margin-left : 1 in ;
10+ margin-left : 0.75 in ;
1111}
1212
1313@media screen {
1717}
1818
1919@media print {
20+ a ::after {
21+ content : " (" attr (href) ")" ;
22+ }
23+
24+ body {
25+ font-size : 14px ;
26+ }
27+
2028 .noprint {
2129 display : none !important ;
2230 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {useColors} from './ColorsContext'
99export const FiltersAndTable = ( ) => {
1010 const { colors} = useColors ( )
1111 const colorChunks = useMemo (
12- ( ) => chunkArray ( colors , Math . round ( colors . length / 2 ) ) ,
12+ ( ) => chunkArray ( colors , Math . ceil ( colors . length / 2 ) ) ,
1313 [ colors ]
1414 )
1515 return (
You can’t perform that action at this time.
0 commit comments