mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 00:29:22 +09:00
use div for all url preview form
This commit is contained in:
parent
12b82aca5f
commit
83159600ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user