Carry expand/collapse to the mesh chat, same corner and same glyphs

Both heights ride on the pane as data attributes so the card's mount options decide how big 'more room' is.
This commit is contained in:
Gmer4Lfe
2026-08-17 17:52:57 -04:00
parent 4f99efcf2c
commit 74bd40ba78
2 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -2585,7 +2585,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']), $height); ?>
<?php if (!empty($o['mesh']) && function_exists('vv_nc_pane_markup')) vv_nc_pane_markup($p, !empty($o['meshDefault']), $height, $tall); ?>
</div>
<?php
}