feat: fix spacing and comment out trpc
This commit is contained in:
parent
2010438475
commit
234e637b20
8 changed files with 225 additions and 122 deletions
|
|
@ -13,12 +13,15 @@ export function FrostedBox({
|
|||
}: FrostedBoxProps) {
|
||||
return (
|
||||
<div
|
||||
className={`relative my-[calc(2ch-2px)] px-[calc(0.5ch-0.5px)] py-[1ch] ${className}`}
|
||||
className={`relative my-[calc(2ch-2px)] px-[2ch] py-[2ch] ${className}`}
|
||||
>
|
||||
{/* Extended frosted glass backdrop with mask */}
|
||||
<div
|
||||
className="pointer-events-none absolute inset-0 h-[200%] bg-black/60 backdrop-blur-lg"
|
||||
className="pointer-events-none absolute inset-0 h-[200%]"
|
||||
style={{
|
||||
backgroundColor: "rgba(0, 0, 0, 0.75)",
|
||||
backdropFilter: "blur(16px)",
|
||||
WebkitBackdropFilter: "blur(16px)",
|
||||
maskImage:
|
||||
"linear-gradient(to bottom, black 0% 50%, transparent 50% 100%)",
|
||||
WebkitMaskImage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue