kingkont 0.7.79 → 0.7.80

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": "kingkont",
3
- "version": "0.7.79",
3
+ "version": "0.7.80",
4
4
  "description": "KingKont · Chatium — нод-редактор сцен с AI-генерацией (картинки/видео/голос/SFX/музыка/текст)",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -390,7 +390,6 @@
390
390
  .node-footer {
391
391
  display: flex; align-items: center; justify-content: center;
392
392
  gap: 2px; padding: 4px;
393
- border-top: 1px solid #383838;
394
393
  font-size: 11px; color: #888;
395
394
  }
396
395
  .node-footer button {
@@ -897,7 +896,7 @@
897
896
  .node.selected { border-color: #6a8aaa; box-shadow: 0 0 0 2px rgba(106,138,170,0.4), 0 4px 12px rgba(0,0,0,0.4); }
898
897
  .node.picked { border-color: #f0a040; box-shadow: 0 0 0 2px rgba(240,160,64,0.55), 0 4px 12px rgba(0,0,0,0.4); }
899
898
  .node-header {
900
- padding: 4px 8px; border-bottom: 1px solid #383838;
899
+ padding: 4px 8px;
901
900
  display: flex; justify-content: space-between; align-items: center; gap: 6px;
902
901
  min-height: 22px; cursor: move;
903
902
  }