mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-12 08:30:58 -07:00
[Client] Fix UI
This commit is contained in:
parent
19abdef497
commit
6f71c55b69
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
<sequential-entrance animation="entranceFromTop" delay="25">
|
<sequential-entrance animation="entranceFromTop" delay="25">
|
||||||
<div v-for="report in userReports" :key="report.id" class="haexwsjc">
|
<div v-for="report in userReports" :key="report.id" class="haexwsjc">
|
||||||
<ui-horizon-group inputs>
|
<ui-horizon-group inputs>
|
||||||
<ui-input :value="report.user | acct" type="text">
|
<ui-input :value="report.user | acct" type="text" readonly>
|
||||||
<span>{{ $t('target') }}</span>
|
<span>{{ $t('target') }}</span>
|
||||||
</ui-input>
|
</ui-input>
|
||||||
<ui-input :value="report.reporter | acct" type="text">
|
<ui-input :value="report.reporter | acct" type="text" readonly>
|
||||||
<span>{{ $t('reporter') }}</span>
|
<span>{{ $t('reporter') }}</span>
|
||||||
</ui-input>
|
</ui-input>
|
||||||
</ui-horizon-group>
|
</ui-horizon-group>
|
||||||
|
|
Loading…
Reference in a new issue