termbeam 1.2.1 → 1.2.3

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": "termbeam",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Beam your terminal to any device — mobile-optimized web terminal with multi-session support",
5
5
  "main": "src/server.js",
6
6
  "bin": {
@@ -1229,7 +1229,8 @@
1229
1229
  }
1230
1230
 
1231
1231
  .side-panel-list {
1232
- flex: 1;
1232
+ flex: 1 1 0;
1233
+ min-height: 0;
1233
1234
  overflow-y: auto;
1234
1235
  padding: 8px;
1235
1236
  -webkit-overflow-scrolling: touch;
@@ -1244,6 +1245,7 @@
1244
1245
  border-radius: 10px;
1245
1246
  cursor: pointer;
1246
1247
  overflow: hidden;
1248
+ flex-shrink: 0;
1247
1249
  transition:
1248
1250
  background 0.15s,
1249
1251
  border-color 0.15s;