use div for all url preview form

This commit is contained in:
Kagami Sascha Rosylight 2023-12-30 16:45:35 +01:00
parent 12b82aca5f
commit 83159600ea
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<template v-if="player.url && playerEnabled">
<div v-if="player.url && playerEnabled">
<div
:class="$style.player"
:style="player.width ? `padding: ${(player.height || 0) / player.width * 100}% 0 0` : `padding: ${(player.height || 0)}px 0 0`"
@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<i class="ti ti-x"></i> {{ i18n.ts.disablePlayer }}
</MkButton>
</div>
</template>
</div>
<div v-else-if="postExpanded">
<div v-if="tweetId" ref="twitter">
<iframe