style: change text and padding on settings page (#4889)

This commit is contained in:
Regis Freyd
2021-02-19 18:37:03 -05:00
committed by GitHub
parent d46795123f
commit ff9a71d1e6
8 changed files with 9 additions and 9 deletions
+1
View File
@@ -9,6 +9,7 @@
### Enhancements:
* Use Unknown as default gender
* Better padding and text about Me as a contact on Settings page
### Fixes:
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,7 +1,7 @@
{
"/js/manifest.js": "/js/manifest.js?id=7db827d654313dce4250",
"/js/vendor.js": "/js/vendor.js?id=51cb953f8199af1ecf6c",
"/js/app.js": "/js/app.js?id=4c6f22e4801d6288c3a7",
"/js/vendor.js": "/js/vendor.js?id=f1d25cdb9c04fd1afc64",
"/js/app.js": "/js/app.js?id=31d08b4436b3badfb87c",
"/css/app-ltr.css": "/css/app-ltr.css?id=71731471a70e00efa5b7",
"/css/app-rtl.css": "/css/app-rtl.css?id=f2be1f77bfcee838c94f",
"/css/stripe.css": "/css/stripe.css?id=04066fb482310d18299c",
+1 -1
View File
@@ -24,7 +24,7 @@ div >>> .avatar-small {
</span>
</span>
</div>
<div v-else class="dib pointer ml2 fl">
<div v-else class="dib pointer fl">
{{ $t('settings.me_no_contact') }}<br />
<a v-if="!limited" href="" @click.prevent="openModal">{{ $t('settings.me_select_click') }}</a>
<div v-else v-html="$t('settings.personalisation_paid_upgrade_vue', {url: 'settings/subscriptions' })"></div>
+1 -1
View File
@@ -24,7 +24,7 @@ return [
'title_i18n' => 'International settings',
'title_layout' => 'Layout',
'me_title' => 'My contact',
'me_title' => 'Me as a contact',
'me_help' => 'This is the contact that represents <em>you</em> in Monica',
'me_select' => 'Select a contact',
'me_no_contact' => 'No contact selected yet.',
+1 -2
View File
@@ -71,8 +71,7 @@
:existing-contacts="{{ \Safe\json_encode($existingContacts) }}"
:contact="{{ \Safe\json_encode($meContact) }}"
:limited="{{ \Safe\json_encode($accountHasLimitations) }}"
>
</me-contact>
/>
<small class="form-text text-muted">@lang('settings.me_help')</small>
</div>
</div>