diff --git a/LM-Kit-Maestro/UI/Razor/AssistantLayout.razor b/LM-Kit-Maestro/UI/Razor/AssistantLayout.razor
index f06b5f0..16934dd 100644
--- a/LM-Kit-Maestro/UI/Razor/AssistantLayout.razor
+++ b/LM-Kit-Maestro/UI/Razor/AssistantLayout.razor
@@ -24,7 +24,6 @@
#body-container {
flex: 1;
overflow-y: auto;
- /* padding: 15px; */
}
#page-container {
@@ -32,28 +31,6 @@
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);
- } */
-