diff options
| author | Alex Carpenter <[email protected]> | 2026-02-17 10:52:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-17 21:22:47 +0530 |
| commit | df59d1412bd459d0f6cdc6b2c715501eaabf7043 (patch) | |
| tree | eb74d1c8f78e4758684c4150835c35a38c79f1b1 | |
| parent | 46739ca7cd970cf84f88c3f0cf5ca8b756b64f7d (diff) | |
| download | opencode-df59d1412bd459d0f6cdc6b2c715501eaabf7043.tar.gz opencode-df59d1412bd459d0f6cdc6b2c715501eaabf7043.zip | |
fix: Homepage video section layout shift (#13987)
| -rw-r--r-- | packages/console/app/src/routes/index.css | 2 |
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; } } |
