-
+
{{'UserPreferences.LanguageDescription' | translate}}
@@ -38,14 +34,9 @@
-
-
-
-
-
-
+
{{'UserPreferences.StreamingCountryDescription' | translate}}
@@ -58,13 +49,8 @@
-
-
-
-
-
diff --git a/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.scss b/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.scss
index faaef4fd5..b7085d2dc 100644
--- a/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.scss
+++ b/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.scss
@@ -5,9 +5,22 @@
}
.profile-img {
- border-radius: 100%;
width: 75px;
+ height: 75px;
+ margin-right: 20px;
+ border-radius: 100%;
+}
+
+#usernameTitle {
+ margin: 0;
+ align-self: center;
+ overflow-wrap: anywhere;
}
+
+.user-type-row {
+ padding-bottom: 1.25em;
+}
+
.my-auto {
margin-top: auto;
margin-bottom: auto;
@@ -19,5 +32,5 @@
}
.tab-content {
- margin-top: 1%;
+ margin-top: 1.5em;
}
\ No newline at end of file