mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
fix(usernames): RYA positioning and contrib tier in PMs
This commit is contained in:
parent
7eaf3e04ab
commit
43194b71ce
2 changed files with 2 additions and 10 deletions
|
|
@ -22,14 +22,6 @@
|
|||
button.btn.btn-primary(@click='close()') {{ $t('yesterDailiesCallToAction') }}
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
#yesterdaily___BV_modal_outer_ {
|
||||
.modal-dialog {
|
||||
transform: translate(0, 50vh) translate(-5%, -60%);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~client/assets/scss/colors.scss';
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ const defaultSchema = () => ({
|
|||
// sender properties
|
||||
user: String, // profile name (unfortunately)
|
||||
username: String,
|
||||
contributor: {type: mongoose.Schema.Types.Mixed},
|
||||
backer: {type: mongoose.Schema.Types.Mixed},
|
||||
contributor: {$type: mongoose.Schema.Types.Mixed},
|
||||
backer: {$type: mongoose.Schema.Types.Mixed},
|
||||
uuid: String, // sender uuid
|
||||
userStyles: {$type: mongoose.Schema.Types.Mixed},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue