itismyskillmarket 1.3.19 → 1.3.20

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/gui/style.css +6 -4
  2. package/package.json +1 -1
package/gui/style.css CHANGED
@@ -109,9 +109,9 @@ body {
109
109
 
110
110
  .main-content {
111
111
  flex: 1;
112
- overflow-y: auto;
113
112
  min-height: 0;
114
- height: 0;
113
+ display: flex;
114
+ flex-direction: column;
115
115
  padding: 20px 28px;
116
116
  }
117
117
 
@@ -120,9 +120,11 @@ body {
120
120
  }
121
121
 
122
122
  .view.active {
123
- display: block;
124
- overflow-y: auto;
123
+ display: flex;
124
+ flex-direction: column;
125
+ flex: 1;
125
126
  min-height: 0;
127
+ overflow-y: auto;
126
128
  }
127
129
 
128
130
  .view-header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itismyskillmarket",
3
- "version": "1.3.19",
3
+ "version": "1.3.20",
4
4
  "description": "Cross-platform skill manager for AI coding tools",
5
5
  "type": "module",
6
6
  "bin": {