diff --git a/ET/Web/Layout/MainLayout.razor b/ET/Web/Layout/MainLayout.razor index 29a0f6f..d0a59d5 100644 --- a/ET/Web/Layout/MainLayout.razor +++ b/ET/Web/Layout/MainLayout.razor @@ -3,11 +3,16 @@ -
-
- - @Body - -
-
+
+
+
+ + @Body + +
+
+ +
\ No newline at end of file diff --git a/ET/Web/Layout/MainLayout.razor.css b/ET/Web/Layout/MainLayout.razor.css index 96750bb..c48c163 100644 --- a/ET/Web/Layout/MainLayout.razor.css +++ b/ET/Web/Layout/MainLayout.razor.css @@ -8,6 +8,13 @@ main { flex: 1; } +.content-wrapper { + display: flex; + flex-direction: column; + flex: 1; + min-height: 100vh; +} + .sidebar { background-color: var(--bg-sidebar); border-right: 1px solid var(--border-color); @@ -37,6 +44,14 @@ main { text-overflow: ellipsis; } +.footer { + text-align: center; + padding: 1rem; + font-size: 0.85rem; + color: var(--text-muted, #888); + border-top: 1px solid var(--border-color, #ddd); +} + @media (max-width: 640.98px) { .top-row { justify-content: space-between;