acdev 1.2.0 → 1.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acdev",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Local CLI + web UI for running AI agents on GitHub issues via git worktrees",
5
5
  "type": "module",
6
6
  "bin": {
package/public/styles.css CHANGED
@@ -1351,10 +1351,14 @@ a { color: var(--primary); text-underline-offset: 3px; }
1351
1351
  }
1352
1352
 
1353
1353
  .log-pane-wrap {
1354
- position: relative;
1354
+ display: flex;
1355
+ flex-direction: column;
1356
+ align-items: flex-end;
1357
+ gap: 6px;
1355
1358
  }
1356
1359
 
1357
1360
  .log-pane {
1361
+ width: 100%;
1358
1362
  background: var(--surface-2);
1359
1363
  border-radius: 8px;
1360
1364
  padding: 8px 10px;
@@ -1365,10 +1369,6 @@ a { color: var(--primary); text-underline-offset: 3px; }
1365
1369
  }
1366
1370
 
1367
1371
  .log-jump-latest {
1368
- position: absolute;
1369
- right: 12px;
1370
- bottom: 10px;
1371
- z-index: 1;
1372
1372
  background: var(--surface);
1373
1373
  border: 1px solid var(--border);
1374
1374
  color: var(--text);