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

View file

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