From 5a8b730a257aa76a558bffe9fdeaa68e23265a45 Mon Sep 17 00:00:00 2001 From: BeepBeepBopBop <116374330+BeepBeepBopBop@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:47:26 +0100 Subject: [PATCH] Update UserInput.razor.css --- LM-Kit-Maestro/UI/Razor/Components/UserInput.razor.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/LM-Kit-Maestro/UI/Razor/Components/UserInput.razor.css b/LM-Kit-Maestro/UI/Razor/Components/UserInput.razor.css index 6cb0276..d6ff859 100644 --- a/LM-Kit-Maestro/UI/Razor/Components/UserInput.razor.css +++ b/LM-Kit-Maestro/UI/Razor/Components/UserInput.razor.css @@ -7,8 +7,6 @@ body.windows #chat-border { } #chat-border { - color: red; - font-size: 40px; display: flex; position: relative; margin: 0; @@ -109,7 +107,3 @@ body.windows .send-button { .send-button:hover:not(:disabled) { background-color: var(--OutlineVariant); } - -body.windows { - font-size: 16px; -} \ No newline at end of file