mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix: style change in modal deleteUserModal
This commit is contained in:
parent
a4be3f7adf
commit
8b7b1056ac
@ -8,24 +8,25 @@
|
|||||||
<div>
|
<div>
|
||||||
<ds-section>
|
<ds-section>
|
||||||
<ds-flex>
|
<ds-flex>
|
||||||
<ds-flex-item>
|
<ds-flex-item width="50%">
|
||||||
<user-teaser :user="userdata" />
|
<user-teaser :user="userdata" />
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item>
|
<ds-flex-item width="20%">
|
||||||
<ds-text size="small">
|
<ds-text size="small">
|
||||||
{{ $t('modals.deleteUser.created') }}:
|
|
||||||
|
<relative-date-time :date-time="userdata.createdAt" class="relative-date-time"/>
|
||||||
<br />
|
<br />
|
||||||
<relative-date-time :date-time="userdata.createdAt" />
|
{{ $t('modals.deleteUser.created') }}
|
||||||
</ds-text>
|
</ds-text>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item>
|
<ds-flex-item width="15%">
|
||||||
<ds-number
|
<ds-number
|
||||||
size="small"
|
size="small"
|
||||||
:count="userdata.contributionsCount"
|
:count="userdata.contributionsCount"
|
||||||
:label="$t('common.post', null, userdata.contributionsCount)"
|
:label="$t('common.post', null, userdata.contributionsCount)"
|
||||||
/>
|
/>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item>
|
<ds-flex-item width="15%">
|
||||||
<ds-number
|
<ds-number
|
||||||
size="small"
|
size="small"
|
||||||
:count="userdata.commentedCount"
|
:count="userdata.commentedCount"
|
||||||
@ -175,4 +176,7 @@ export default {
|
|||||||
z-index: $z-index-modal;
|
z-index: $z-index-modal;
|
||||||
border-radius: $border-radius-x-large;
|
border-radius: $border-radius-x-large;
|
||||||
}
|
}
|
||||||
|
.relative-date-time {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user