@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.
- package/package.json +1 -1
- package/ui/styles.css +2 -2
package/package.json
CHANGED
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:
|
|
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:
|
|
716
|
+
max-height: 40vh;
|
|
717
717
|
overflow-y: auto;
|
|
718
718
|
white-space: pre-wrap;
|
|
719
719
|
border-left: 2px solid var(--accent);
|