We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090b7b commit 9ff28d7Copy full SHA for 9ff28d7
src/Web/Meta/x-meta-image.view.php
@@ -15,7 +15,7 @@
15
</head>
16
<body class="bg-[#333] flex justify-center items-center">
17
<div class="w-[1200px] h-[628px] flex justify-center items-center text-(--ui-text) bg-[#f1f7ff] relative">
18
- <div class="absolute inset-0 overflow-hidden pointer-events-none z-[-1]" :class="$class">
+ <div class="absolute inset-0 overflow-hidden pointer-events-none z-[-1]" :class="$class ?? null">
19
<div class="
20
[--color-white-gradient:repeating-linear-gradient(100deg,white_0%,white_7%,transparent_10%,transparent_12%,white_16%)]
21
[--color-aurora-gradient:repeating-linear-gradient(100deg,var(--color-aurora-1)_10%,var(--color-aurora-2)_15%,var(--color-aurora-3)_20%,var(--color-aurora-4)_25%,var(--color-aurora-5)_30%)]
0 commit comments