mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
wip: fix CSS syntax issues in index.css
This commit is contained in:
parent
10dfc7893a
commit
6bbc4cca92
1 changed files with 2 additions and 5 deletions
|
|
@ -136,9 +136,6 @@
|
|||
align-items: start;
|
||||
gap: var(--space-3);
|
||||
|
||||
&:nth-child(1) {
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
border-left: 2px solid var(--color-border);
|
||||
}
|
||||
|
|
@ -180,7 +177,7 @@
|
|||
|
||||
img {
|
||||
width: 100%;
|
||||
height: "auto";
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -209,7 +206,7 @@
|
|||
|
||||
img {
|
||||
width: 80%;
|
||||
height: "auto";
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue