This commit is contained in:
syuilo 2025-05-11 16:28:04 +09:00
parent 3d60d18e80
commit a78f654322
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
</div>
<div v-if="appearNote.files && appearNote.files.length > 0">
<div v-if="appearNote.files && appearNote.files.length > 0" style="margin-top: 8px;">
<MkMediaList ref="galleryEl" :mediaList="appearNote.files"/>
</div>
<MkPoll