diff options
| author | Jay V <[email protected]> | 2025-09-16 19:39:34 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-16 19:39:36 -0400 |
| commit | 9f46068c5708d7e83163cd06b40c27ed46d4712f (patch) | |
| tree | d97b9a4a023c15b5e65b9f221234d2baf78fdbfd /cloud/app/src/component/workspace/monthly-limit-section.module.css | |
| parent | 479cf2fa4f5f84e330ca4d02601d0d81234811d0 (diff) | |
| download | opencode-9f46068c5708d7e83163cd06b40c27ed46d4712f.tar.gz opencode-9f46068c5708d7e83163cd06b40c27ed46d4712f.zip | |
ignore: mobile styles zen
Diffstat (limited to 'cloud/app/src/component/workspace/monthly-limit-section.module.css')
| -rw-r--r-- | cloud/app/src/component/workspace/monthly-limit-section.module.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cloud/app/src/component/workspace/monthly-limit-section.module.css b/cloud/app/src/component/workspace/monthly-limit-section.module.css index ebfd8e33a..02de058e4 100644 --- a/cloud/app/src/component/workspace/monthly-limit-section.module.css +++ b/cloud/app/src/component/workspace/monthly-limit-section.module.css @@ -15,6 +15,10 @@ min-width: 15rem; width: fit-content; + @media (max-width: 30rem) { + width: 100%; + } + [data-slot="amount"] { padding: var(--space-3-5) var(--space-4); background-color: var(--color-bg-surface); |
