mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 03:58:29 +00:00
fix(core): enlarge OAuth callback card (#34082)
This commit is contained in:
parent
f254476043
commit
0d3e0fc8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ const STYLES = `
|
|||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
.card {
|
||||
width: min(100%, 25rem);
|
||||
width: min(100%, 28rem);
|
||||
padding: 2.25rem 2rem 1.75rem;
|
||||
background: var(--oc-card);
|
||||
border: 1px solid var(--oc-border-weak);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue