mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix: prework for tests
This commit is contained in:
parent
8b7b1056ac
commit
0b62d76bc1
File diff suppressed because it is too large
Load Diff
@ -12,11 +12,10 @@
|
||||
<user-teaser :user="userdata" />
|
||||
</ds-flex-item>
|
||||
<ds-flex-item width="20%">
|
||||
<ds-text size="small">
|
||||
|
||||
<relative-date-time :date-time="userdata.createdAt" class="relative-date-time"/>
|
||||
<ds-text size="small">
|
||||
<relative-date-time :date-time="userdata.createdAt" class="relative-date-time" />
|
||||
<br />
|
||||
{{ $t('modals.deleteUser.created') }}
|
||||
{{ $t('modals.deleteUser.created') }}
|
||||
</ds-text>
|
||||
</ds-flex-item>
|
||||
<ds-flex-item width="15%">
|
||||
@ -162,7 +161,7 @@ export default {
|
||||
|
||||
<style lang="scss">
|
||||
.ds-modal {
|
||||
max-width: 600px !important;
|
||||
max-width: 700px !important;
|
||||
}
|
||||
.hc-modal-success {
|
||||
pointer-events: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user