octto 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1272,7 +1272,8 @@ function getHtmlBundle() {
1272
1272
  .thinking {
1273
1273
  text-align: center;
1274
1274
  padding: 2rem;
1275
- margin-top: 1rem;
1275
+ margin-top: 2rem;
1276
+ margin-bottom: 2rem;
1276
1277
  border: 1px dashed var(--border-subtle);
1277
1278
  }
1278
1279
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octto",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "OpenCode plugin that turns rough ideas into designs through branch-based exploration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",