lint
This commit is contained in:
parent
2d07671552
commit
105d047cdd
4 changed files with 5 additions and 5 deletions
|
|
@ -2,9 +2,9 @@ import { mapState } from 'pinia'
|
|||
|
||||
import nsfwImage from '../../assets/nsfw.png'
|
||||
import Flash from '../flash/flash.vue'
|
||||
import Popover from '../popover/popover.vue'
|
||||
import StillImage from '../still-image/still-image.vue'
|
||||
import VideoAttachment from '../video_attachment/video_attachment.vue'
|
||||
import Popover from '../popover/popover.vue'
|
||||
|
||||
import { useInstanceStore } from 'src/stores/instance.js'
|
||||
import { useInstanceCapabilitiesStore } from 'src/stores/instance_capabilities.js'
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
trigger="click"
|
||||
popover-class="popover popover-default description-popover"
|
||||
:trigger-attrs="{ 'class': 'button-default attachment-button -transparent', 'title': $t('status.attachment_description') }"
|
||||
>
|
||||
>
|
||||
<template #trigger>
|
||||
<FAIcon icon="align-right" />
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -90,8 +90,8 @@
|
|||
</button>
|
||||
|
||||
<details
|
||||
open
|
||||
v-if="description"
|
||||
open
|
||||
class="description"
|
||||
>
|
||||
<summary>{{ $t('status.attachment_description') }}</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue