summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlex Carpenter <[email protected]>2026-02-17 10:52:47 -0500
committerGitHub <[email protected]>2026-02-17 21:22:47 +0530
commitdf59d1412bd459d0f6cdc6b2c715501eaabf7043 (patch)
treeeb74d1c8f78e4758684c4150835c35a38c79f1b1
parent46739ca7cd970cf84f88c3f0cf5ca8b756b64f7d (diff)
downloadopencode-df59d1412bd459d0f6cdc6b2c715501eaabf7043.tar.gz
opencode-df59d1412bd459d0f6cdc6b2c715501eaabf7043.zip
fix: Homepage video section layout shift (#13987)
-rw-r--r--packages/console/app/src/routes/index.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css
index 770280e6c..90ea3d696 100644
--- a/packages/console/app/src/routes/index.css
+++ b/packages/console/app/src/routes/index.css
@@ -668,6 +668,8 @@ body {
max-width: none;
max-height: none;
display: block;
+ aspect-ratio: 16 / 9;
+ object-fit: cover;
}
}