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 cc3740b commit 1fe92ccCopy full SHA for 1fe92cc
src/index.css
@@ -2,6 +2,10 @@
2
@tailwind components;
3
@tailwind utilities;
4
5
+.blink {
6
+ container-type: inline-size;
7
+}
8
+
9
@layer base {
10
.dial-light {
11
--blink-bg-primary: #ffffff;
src/ui/ActionLayout.tsx
@@ -100,7 +100,7 @@ export const ActionLayout = ({
100
{image && (
101
<Linkable
102
url={websiteUrl}
103
- className="block max-h-[500px] overflow-y-hidden px-5 pt-5"
+ className="block max-h-[100cqw] overflow-y-hidden px-5 pt-5"
104
>
105
<img
106
className={clsx('w-full rounded-xl object-cover object-left', {
0 commit comments