@@ -11,77 +11,11 @@ export const Paper: Component<{
11
11
'rounded-[0_6px_6px_0] border-zinc-200/70 shadow-sm dark:border-neutral-800 dark:shadow-[#333] lg:border' ,
12
12
'note-layout-main' ,
13
13
'min-w-0' ,
14
+ 'print:!border-none print:!bg-transparent print:!shadow-none' ,
14
15
className ,
15
16
) }
16
17
>
17
18
{ children }
18
-
19
- { /* <svg
20
- className="paper absolute bottom-0 right-0 rotate-180 text-zinc-200/80 dark:text-neutral-800"
21
- xmlns="http://www.w3.org/2000/svg"
22
- width="70"
23
- height="70"
24
- viewBox="0 0 70 70"
25
- >
26
- <g mask="url(#mask-0.12140810982892192)">
27
- <path
28
- fill="black"
29
- fillOpacity="0.3"
30
- filter="url(#blur-0.12140810982892192)"
31
- d="M0,0L0,70L70,0Z"
32
- className="__web-inspector-hide-shortcut__"
33
- />
34
- <path
35
- fill="currentColor"
36
- d="M35,30.333333333333332C35,30.333333333333332,9.666666666666666,33,-2,44.666666666666664L46.666666666666664,0C33,9.666666666666666,35,30.333333333333332,35,30.333333333333332Z"
37
- className="__web-inspector-hide-shortcut__"
38
- />
39
- <path
40
- fill="url(#gradient-0.12140810982892192)"
41
- d="M35,30.333333333333332C35,30.333333333333332,9.666666666666666,33,-2,44.666666666666664L46.666666666666664,0C33,9.666666666666666,35,30.333333333333332,35,30.333333333333332Z"
42
- className="__web-inspector-hide-shortcut__"
43
- />
44
- </g>
45
- <mask id="mask-0.12140810982892192">
46
- <path
47
- fill="white"
48
- d="M0,60.666666666666664C0,46.666666666666664,0,46.666666666666664,23.333333333333332,23.333333333333332C46.666666666666664,0,46.666666666666664,0,60.666666666666664,0L140,0L140,140L0,140L0,60.666666666666664"
49
- />
50
- </mask>
51
- <defs>
52
- <linearGradient
53
- id="gradient-0.12140810982892192"
54
- x1="0.48"
55
- x2="0.6"
56
- y1="0.45"
57
- y2="0.6"
58
- >
59
- <stop offset="0%" stopColor="#ffffff60" />
60
- <stop offset="100%" stopColor="currentColor" />
61
- </linearGradient>
62
- <filter
63
- id="blur-0.12140810982892192"
64
- x="-58"
65
- y="-45.9995"
66
- width="140"
67
- height="140"
68
- filterUnits="userSpaceOnUse"
69
- colorInterpolationFilters="sRGB"
70
- >
71
- <feFlood floodOpacity="0" result="BackgroundImageFix" />
72
- <feBlend
73
- mode="normal"
74
- in="SourceGraphic"
75
- in2="BackgroundImageFix"
76
- result="shape"
77
- />
78
- <feGaussianBlur
79
- stdDeviation="14"
80
- result="effect1_foregroundBlur_221_5067"
81
- />
82
- </filter>
83
- </defs>
84
- </svg> */ }
85
19
</ As >
86
20
)
87
21
}
0 commit comments