tabby-tabbyspaces 0.2.0 → 0.2.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabby-tabbyspaces",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Workspaces for Tabby - Visual split-layout workspace editor",
5
5
  "main": "index.js",
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabby-tabbyspaces",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Workspaces for Tabby - Visual split-layout workspace editor",
5
5
  "keywords": [
6
6
  "tabby",
Binary file
@@ -3,10 +3,9 @@
3
3
  .split-preview {
4
4
  display: flex;
5
5
  width: 100%;
6
- height: $preview-height;
6
+ min-height: $preview-height;
7
7
  gap: $spacing-sm;
8
8
  border-radius: $radius-md;
9
- overflow: hidden;
10
9
  background: var(--theme-bg);
11
10
  border: 1px solid var(--theme-border, rgba(255, 255, 255, 0.1));
12
11
 
@@ -19,7 +18,7 @@
19
18
  }
20
19
 
21
20
  &.nested {
22
- height: auto;
21
+ min-height: 0;
23
22
  border: 1px dashed var(--theme-fg-more);
24
23
  background: $nested-split-bg;
25
24
  padding: $spacing-sm;
@@ -269,7 +269,6 @@
269
269
  background: var(--theme-bg);
270
270
  border-radius: $radius-sm;
271
271
  min-height: 150px;
272
- max-height: 200px;
273
272
  padding: $spacing-sm;
274
273
  }
275
274
 
Binary file