resize terminal

This commit is contained in:
Matt Parker
2025-08-07 01:59:10 +10:00
parent ffbbca3c9c
commit 61a7ea625b
5 changed files with 46 additions and 15 deletions

View File

@@ -70,8 +70,8 @@
</div>
</MudDrawerContainer>
</MudPaper>
<div>
@if (_solutionFilePath is not null && _selectedBottomPanel is not null)
<div style="height: 30%">
@if (_solutionFilePath is not null)
{
<DisplayNoneComponent Visible="@(_selectedBottomPanel is BottomPanelType.Run)">
<RunPanel />