mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-23 16:54:27 +01:00
wip: zen style byok
This commit is contained in:
@@ -35,16 +35,19 @@
|
|||||||
&[data-slot="provider-status"] {
|
&[data-slot="provider-status"] {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
width: 50%;
|
||||||
|
|
||||||
[data-slot="edit-form"] {
|
[data-slot="edit-form"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--space-3);
|
gap: var(--space-3);
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
[data-slot="input-wrapper"] {
|
[data-slot="input-wrapper"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--space-1);
|
gap: var(--space-1);
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
padding: var(--space-2) var(--space-3);
|
padding: var(--space-2) var(--space-3);
|
||||||
@@ -54,6 +57,8 @@
|
|||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
font-size: var(--font-size-sm);
|
font-size: var(--font-size-sm);
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
@@ -77,6 +82,8 @@
|
|||||||
&[data-slot="provider-action"] {
|
&[data-slot="provider-action"] {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
|
width: 30%;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
[data-slot="configured-actions"] {
|
[data-slot="configured-actions"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user