mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(avatar): style correction
This commit is contained in:
@@ -378,8 +378,8 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
|
|||||||
username-form(@usernameConfirmed='modalPage += 1', :avatarIntro='true')
|
username-form(@usernameConfirmed='modalPage += 1', :avatarIntro='true')
|
||||||
.small.text-center(v-html="$t('usernameTOSRequirements')")
|
.small.text-center(v-html="$t('usernameTOSRequirements')")
|
||||||
|
|
||||||
.section.container.footer
|
.section.container.footer(v-if='!editing && !(modalPage === 1)')
|
||||||
.row(v-if='!editing && !(modalPage === 1)')
|
.row
|
||||||
.col-3.offset-1.text-center
|
.col-3.offset-1.text-center
|
||||||
div(v-if='modalPage > 1', @click='prev()')
|
div(v-if='modalPage > 1', @click='prev()')
|
||||||
.prev-arrow
|
.prev-arrow
|
||||||
@@ -407,6 +407,10 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
|
|||||||
#avatar-modal___BV_modal_body_, #avatar-modal___BV_modal_body_ {
|
#avatar-modal___BV_modal_body_, #avatar-modal___BV_modal_body_ {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#avatar-modal .modal-dialog {
|
||||||
|
margin-top: 7rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user