Skip to content

Commit

Permalink
update translation ui
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Dec 28, 2024
1 parent 1413214 commit 4aa23a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/UI/Razor/Components/Translation.razor
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</select>
</div>

<IconButton Style="IconButton.IconButtonStyle.Square" Icon="fa-arrow-right-arrow-left" OnClick="OnCopyResultButtonClicked" />
@* <IconButton Style="IconButton.IconButtonStyle.Square" Icon="fa-arrow-right-arrow-left" OnClick="OnCopyResultButtonClicked" /> *@

<div class="language-select">
<label for="output-language">Output language:</label>
Expand Down
5 changes: 4 additions & 1 deletion LM-Kit-Maestro/UI/Razor/Components/Translation.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
border-radius: 8px;
overflow: hidden;
display: grid;
grid-template-rows: 40px auto;
grid-template-rows: auto auto;
}

#translation-input, #translation-output {
Expand All @@ -30,6 +30,9 @@
display: flex;
border-bottom: 1px solid var(--OutlineVariant);
justify-content: space-between;
align-items: center;
padding-block: 20px;
padding-inline: 10px;
}

#translation-body {
Expand Down

0 comments on commit 4aa23a8

Please sign in to comment.