kingkont 0.7.96 → 0.7.97

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.96",
3
+ "version": "0.7.97",
4
4
  "description": "KingKont · Chatium — нод-редактор сцен с AI-генерацией (картинки/видео/голос/SFX/музыка/текст)",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -1185,8 +1185,11 @@
1185
1185
  width: 100%; max-height: 220px; background: #000;
1186
1186
  border-radius: 4px; display: block; object-fit: contain;
1187
1187
  }
1188
- .node.image-node .node-body { padding: 0; overflow: hidden; border-radius: 0 0 8px 8px; }
1189
- .node.image-node .node-body img { width: 100%; height: auto; display: block; }
1188
+ /* Картинка должна быть с прямыми углами закругление .node-body
1189
+ резало по картинке (border-radius+overflow:hidden), искажая её
1190
+ отображение. Само тело ноды без рамки/радиуса; рамку задаёт .node. */
1191
+ .node.image-node .node-body { padding: 0; overflow: hidden; border-radius: 0; }
1192
+ .node.image-node .node-body img { width: 100%; height: auto; display: block; border-radius: 0; }
1190
1193
  /* Placeholder отображается до lazy-гидрации media — на оффскрин-нодах
1191
1194
  не дёргаем диск/декод. Размером совпадает с типичной картинкой/видео. */
1192
1195
  .media-placeholder {