@filipc77/cowrite 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/ui/styles.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filipc77/cowrite",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Live commenting plugin for coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {
package/ui/styles.css CHANGED
@@ -519,7 +519,7 @@ main {
519
519
  padding: 8px 10px;
520
520
  border-radius: var(--radius-sm);
521
521
  margin-bottom: 10px;
522
- max-height: 88px;
522
+ max-height: 200px;
523
523
  overflow-y: auto;
524
524
  white-space: pre-wrap;
525
525
  border-left: 2px solid var(--yellow);
@@ -713,7 +713,7 @@ main {
713
713
  padding: 10px 12px;
714
714
  border-radius: var(--radius-sm);
715
715
  margin-bottom: 14px;
716
- max-height: 120px;
716
+ max-height: 40vh;
717
717
  overflow-y: auto;
718
718
  white-space: pre-wrap;
719
719
  border-left: 2px solid var(--accent);