termbeam 1.2.2 → 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.2",
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": {
@@ -1245,6 +1245,7 @@
1245
1245
  border-radius: 10px;
1246
1246
  cursor: pointer;
1247
1247
  overflow: hidden;
1248
+ flex-shrink: 0;
1248
1249
  transition:
1249
1250
  background 0.15s,
1250
1251
  border-color 0.15s;