Skip to content

Commit

Permalink
Update UserInput.razor.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Dec 21, 2024
1 parent 355d1ff commit 5a8b730
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions LM-Kit-Maestro/UI/Razor/Components/UserInput.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ body.windows #chat-border {
}

#chat-border {
color: red;
font-size: 40px;
display: flex;
position: relative;
margin: 0;
Expand Down Expand Up @@ -109,7 +107,3 @@ body.windows .send-button {
.send-button:hover:not(:disabled) {
background-color: var(--OutlineVariant);
}

body.windows {
font-size: 16px;
}

0 comments on commit 5a8b730

Please sign in to comment.