mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
fix(usernames): RYA positioning and contrib tier in PMs
This commit is contained in:
@@ -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},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user