mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
wip: sync
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
.root {
|
.root {
|
||||||
|
max-width: 40rem;
|
||||||
|
|
||||||
[data-slot="setting"] {
|
[data-slot="setting"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--space-3);
|
gap: var(--space-3);
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: var(--font-size-sm);
|
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--color-text-muted);
|
color: var(--color-text-muted);
|
||||||
@@ -25,7 +26,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="current-value"] {
|
[data-slot="current-value"] {
|
||||||
font-size: var(--font-size-sm);
|
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user