summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-15 19:42:50 -0400
committerDax Raad <[email protected]>2025-08-15 19:42:50 -0400
commit6bbc4cca92dd53f284112fed8711bacb5d4f7534 (patch)
treea6a26596aad8cb7d1de539a516a58f0b6f81d3b1 /cloud/app/src
parent10dfc7893a85a412b659c6d54a490e87dfc4c8e1 (diff)
downloadopencode-6bbc4cca92dd53f284112fed8711bacb5d4f7534.tar.gz
opencode-6bbc4cca92dd53f284112fed8711bacb5d4f7534.zip
wip: fix CSS syntax issues in index.css
Diffstat (limited to 'cloud/app/src')
-rw-r--r--cloud/app/src/routes/index.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/cloud/app/src/routes/index.css b/cloud/app/src/routes/index.css
index db8128936..9b0c7009e 100644
--- a/cloud/app/src/routes/index.css
+++ b/cloud/app/src/routes/index.css
@@ -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;
}
}
}