summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/styles
diff options
context:
space:
mode:
authorOpeOginni <[email protected]>2026-02-02 13:06:45 +0100
committerGitHub <[email protected]>2026-02-02 06:06:45 -0600
commit37979ea44fd3afb99f6c110aed55e93ffb877b59 (patch)
treeaf3975394fdbcce66afd46cdb48ea08683acb4ce /packages/ui/src/styles
parent50b5168c16c44093d176cebb342c86d005ec14f5 (diff)
downloadopencode-37979ea44fd3afb99f6c110aed55e93ffb877b59.tar.gz
opencode-37979ea44fd3afb99f6c110aed55e93ffb877b59.zip
feat(app): enhance responsive design with additional breakpoints for larger screen layout adjustments (#10459)
Co-authored-by: opencode <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/ui/src/styles')
-rw-r--r--packages/ui/src/styles/tailwind/index.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/styles/tailwind/index.css b/packages/ui/src/styles/tailwind/index.css
index f7ce21ad9..d8b0b2a1a 100644
--- a/packages/ui/src/styles/tailwind/index.css
+++ b/packages/ui/src/styles/tailwind/index.css
@@ -17,6 +17,9 @@
--breakpoint-lg: 64rem;
--breakpoint-xl: 80rem;
--breakpoint-2xl: 96rem;
+ --breakpoint-3xl: 112rem;
+ --breakpoint-4xl: 128rem;
+ --breakpoint-5xl: 144rem;
--container-3xs: 16rem;
--container-2xs: 18rem;