diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout/Header.php b/emhttp/plugins/dynamix/include/DefaultPageLayout/Header.php
index 2bd197073..ea6e88031 100644
--- a/emhttp/plugins/dynamix/include/DefaultPageLayout/Header.php
+++ b/emhttp/plugins/dynamix/include/DefaultPageLayout/Header.php
@@ -1,9 +1,5 @@
diff --git a/emhttp/plugins/dynamix/styles/default-base.css b/emhttp/plugins/dynamix/styles/default-base.css
index 1b5661f7f..6db64efd5 100644
--- a/emhttp/plugins/dynamix/styles/default-base.css
+++ b/emhttp/plugins/dynamix/styles/default-base.css
@@ -427,9 +427,7 @@ textarea {
background-repeat: no-repeat;
}
-#header unraid-i18n-host {
- font-size: 16px;
- margin-left: auto;
+#header unraid-user-profile {
height: 100%;
}
@@ -2040,6 +2038,10 @@ span#wlan0 {
justify-self: stretch;
}
+.h-full {
+ height: 100%;
+}
+
.w-full {
width: 100%;
}