Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Jan 26, 2025
1 parent 5520259 commit ead0f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
23 changes: 0 additions & 23 deletions LM-Kit-Maestro/UI/Razor/AssistantLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,13 @@
#body-container {
flex: 1;
overflow-y: auto;
/* padding: 15px; */
}
#page-container {
display: flex;
flex-direction: column;
height: 100vh;
}
/* #body-container {
background-color: yellow;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
#top-bar {
width: 100%;
height: 96px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--Surface);
} */
</style>

<MudThemeProvider IsDarkMode="true" DefaultScrollbar="true" Theme="@CurrentTheme" />
Expand Down
4 changes: 2 additions & 2 deletions LM-Kit-Maestro/UI/Razor/Components/Chat.razor
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<UserInput ViewModel="ViewModel!.ConversationListViewModel.CurrentConversation" />
</div>

@* <div id="bottom-space">
<div id="bottom-space">
@if (ViewModel?.ConversationListViewModel?.CurrentConversation?.LMKitConversation?.ContextSize > 0)
{
<MudText Align="Align.Center" Typo="Typo.caption">
Expand All @@ -143,7 +143,7 @@
ViewModel.ConversationListViewModel.CurrentConversation.LMKitConversation.ContextSize)%)
</MudText>
}
</div> *@
</div>
</div>

<div id="settings-sidebar"
Expand Down

0 comments on commit ead0f45

Please sign in to comment.