diff --git a/src/components/settings/settings.vue b/src/components/settings/settings.vue index b4514ba101..6245e7584c 100644 --- a/src/components/settings/settings.vue +++ b/src/components/settings/settings.vue @@ -57,7 +57,10 @@ @import '../../_variables.scss'; .setting-item { + border-bottom: 2px solid var(--btn, $fallback--btn); margin: 1em 1em 1.4em; + padding-bottom: 1.4em; + textarea { width: 100%; diff --git a/src/components/user_settings/user_settings.vue b/src/components/user_settings/user_settings.vue index 4abdfc8e85..881b0fa180 100644 --- a/src/components/user_settings/user_settings.vue +++ b/src/components/user_settings/user_settings.vue @@ -5,7 +5,7 @@
-

{{$t('settings.name_bio')}}

+

{{$t('settings.name_bio')}}

{{$t('settings.name')}}

{{$t('settings.bio')}}

@@ -17,7 +17,7 @@
-

{{$t('settings.avatar')}}

+

{{$t('settings.avatar')}}

{{$t('settings.current_avatar')}}

{{$t('settings.set_new_avatar')}}

@@ -30,7 +30,7 @@
-

{{$t('settings.profile_banner')}}

+

{{$t('settings.profile_banner')}}

{{$t('settings.current_profile_banner')}}

{{$t('settings.set_new_profile_banner')}}

@@ -43,7 +43,7 @@
-

{{$t('settings.profile_background')}}

+

{{$t('settings.profile_background')}}

{{$t('settings.set_new_profile_background')}}

@@ -54,7 +54,7 @@
-

{{$t('settings.change_password')}}

+

{{$t('settings.change_password')}}

{{$t('settings.current_password')}}

@@ -73,7 +73,7 @@

{{changePasswordError}}

-

{{$t('settings.follow_import')}}

+

{{$t('settings.follow_import')}}

{{$t('settings.import_followers_from_a_csv_file')}}

@@ -90,15 +90,15 @@
-

{{$t('settings.follow_export')}}

+

{{$t('settings.follow_export')}}

-

{{$t('settings.follow_export_processing')}}

+

{{$t('settings.follow_export_processing')}}


-

{{$t('settings.delete_account')}}

+

{{$t('settings.delete_account')}}

{{$t('settings.delete_account_description')}}

{{$t('settings.delete_account_instructions')}}

@@ -125,6 +125,7 @@ input[type=file] { padding: 5px; + height: auto; } .banner {