tweak(ui): session spacing

This commit is contained in:
David Hill
2026-04-08 17:44:16 +01:00
parent 5718d59e31
commit 1ebf9f0948
3 changed files with 35 additions and 4 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": ".opencode",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@opencode-ai/plugin": "*"
}
},
"node_modules/@opencode-ai/plugin": {
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@opencode-ai/sdk": "1.2.6",
"zod": "4.1.8"
}
},
"node_modules/@opencode-ai/sdk": {
"version": "1.2.6",
"license": "MIT"
},
"node_modules/zod": {
"version": "4.1.8",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}
+4 -4
View File
@@ -26,7 +26,7 @@
font-size: 14px;
color: var(--text-strong);
font-weight: var(--font-weight-medium);
margin-top: 24px;
margin-top: 0px;
margin-bottom: 24px;
line-height: var(--line-height-large);
}
@@ -40,7 +40,7 @@
/* Paragraphs */
p {
margin-bottom: 1rem;
margin-bottom: 12px;
}
/* Links */
@@ -59,7 +59,7 @@
ul,
ol {
margin-top: 8px;
margin-bottom: 24px;
margin-bottom: 12px;
margin-left: 0;
padding-left: 32px;
list-style-position: outside;
@@ -75,7 +75,7 @@
}
li {
margin-bottom: 0.5rem;
margin-bottom: 8px;
}
li > p:first-child {
View File