Mesh header mirrors the assistant's three checkboxes; composer controls move below and centre

Fixed pane height inherited from the card, so switching mode no longer resizes it.
This commit is contained in:
Gmer4Lfe
2026-08-17 17:19:29 -04:00
parent 10f2a0a8a4
commit 53d7784d5d
2 changed files with 44 additions and 32 deletions
+1 -1
View File
@@ -2550,7 +2550,7 @@ function vv_ai_chat_markup(string $prefix, array $o = []): void {
</div>
</div>
</div><?php /* close -pane-ai */ ?>
<?php if (!empty($o['mesh']) && function_exists('vv_nc_pane_markup')) vv_nc_pane_markup($p, !empty($o['meshDefault'])); ?>
<?php if (!empty($o['mesh']) && function_exists('vv_nc_pane_markup')) vv_nc_pane_markup($p, !empty($o['meshDefault']), $height); ?>
</div>
<?php
}