perf?(client): remove needless scoped annotation for style

This commit is contained in:
syuilo
2022-12-27 18:01:06 +09:00
parent 10a659eb99
commit ada04c1932
263 changed files with 407 additions and 343 deletions

View File

@@ -62,7 +62,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.mjndxjch {
padding: 32px;
text-align: center;

View File

@@ -207,7 +207,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.znqjceqz {
> .about {
position: relative;

View File

@@ -95,7 +95,7 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.driuhtrh {
background: var(--bg);

View File

@@ -86,7 +86,7 @@ function getStatus(instance) {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.taeiyria {
> .query {
background: var(--bg);

View File

@@ -136,7 +136,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.fwhjspax {
text-align: center;
border-radius: 10px;

View File

@@ -140,7 +140,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.cxqhhsmd {
> .thumbnail {
display: block;

View File

@@ -147,7 +147,7 @@ onUnmounted(() => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.fdidabkc {
--height: 60px;
display: flex;

View File

@@ -90,7 +90,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.lcixvhis {
margin: var(--margin);
}

View File

@@ -119,7 +119,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.uqshojas {
> .ad {
padding: 32px;

View File

@@ -105,7 +105,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.ztgjmzrw {
margin: var(--margin);
}

View File

@@ -95,7 +95,7 @@ async function del() {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.yigymqpb {
> .img {
display: block;

View File

@@ -295,7 +295,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.ogwlenmc {
> .local {
.empty {

View File

@@ -113,7 +113,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.xrmjdkdw {
margin: var(--margin);
}

View File

@@ -272,7 +272,7 @@ defineExpose({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.hiyeyicy {
&.wide {
display: flex;

View File

@@ -53,43 +53,43 @@
<script lang="ts">
import { defineComponent, markRaw } from 'vue';
import {
Chart,
ArcElement,
LineElement,
BarElement,
PointElement,
BarController,
LineController,
CategoryScale,
LinearScale,
Legend,
Title,
Tooltip,
SubTitle,
Chart,
ArcElement,
LineElement,
BarElement,
PointElement,
BarController,
LineController,
CategoryScale,
LinearScale,
Legend,
Title,
Tooltip,
SubTitle,
} from 'chart.js';
import MkwFederation from '../../widgets/federation.vue';
import MkButton from '@/components/MkButton.vue';
import MkSelect from '@/components/form/select.vue';
import MkInput from '@/components/form/input.vue';
import MkContainer from '@/components/MkContainer.vue';
import MkFolder from '@/components/MkFolder.vue';
import MkwFederation from '../../widgets/federation.vue';
import { version, url } from '@/config';
import bytes from '@/filters/bytes';
import number from '@/filters/number';
Chart.register(
ArcElement,
LineElement,
BarElement,
PointElement,
BarController,
LineController,
CategoryScale,
LinearScale,
Legend,
Title,
Tooltip,
SubTitle,
ArcElement,
LineElement,
BarElement,
PointElement,
BarController,
LineController,
CategoryScale,
LinearScale,
Legend,
Title,
Tooltip,
SubTitle,
);
const alpha = (hex, a) => {
@@ -462,7 +462,7 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.xhexznfu {
> div:nth-child(2) {
padding: 16px;

View File

@@ -35,7 +35,7 @@ useInterval(fetch, 1000 * 60, {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.wbrkwale {
> .instances {
display: grid;

View File

@@ -105,6 +105,6 @@ onMounted(() => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -181,6 +181,6 @@ defineExpose({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -181,7 +181,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.edbbcaef {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));

View File

@@ -181,6 +181,6 @@ defineExpose({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -113,7 +113,7 @@ onUnmounted(() => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.pumxzjhg {
> .status {
padding: 16px;

View File

@@ -81,7 +81,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.relaycxt {
> .status {
margin: 8px 0;

View File

@@ -138,7 +138,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.lknzcolw {
> .users {

View File

@@ -50,7 +50,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.ruryvtyk {
> .announcement {
&:not(:last-child) {

View File

@@ -89,7 +89,7 @@ definePageMetadata(computed(() => antenna ? {
} : null));
</script>
<style lang="scss" scoped>
<style lang="scss">
.tqmomfks {
padding: var(--margin);

View File

@@ -86,6 +86,6 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -117,6 +117,6 @@ definePageMetadata(computed(() => props.channelId ? {
}));
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -83,7 +83,7 @@ definePageMetadata(computed(() => channel ? {
} : null));
</script>
<style lang="scss" scoped>
<style lang="scss">
.wpgynlbz {
position: relative;

View File

@@ -1,7 +1,7 @@
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions"/></template>
<MkSpacer :content-max="800">
<MkSpacer :content-max="800">
<div v-if="clip">
<div class="okzinsic _panel">
<div v-if="clip.description" class="description">
@@ -105,7 +105,7 @@ definePageMetadata(computed(() => clip ? {
} : null));
</script>
<style lang="scss" scoped>
<style lang="scss">
.okzinsic {
position: relative;
margin-bottom: var(--margin);

View File

@@ -33,7 +33,7 @@ function menu(ev) {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.zuvgdzyu {
display: flex;
align-items: center;

View File

@@ -135,7 +135,7 @@ os.api('hashtags/list', {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.vxjfqztj {
> * {
margin-right: 16px;

View File

@@ -71,7 +71,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.mk-follow-requests {
> .user {
display: flex;

View File

@@ -122,7 +122,7 @@ definePageMetadata(computed(() => props.postId ? {
}));
</script>
<style lang="scss" scoped>
<style lang="scss">
.wqugxsfx {
height: 200px;
background-size: contain;

View File

@@ -125,7 +125,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.vfpdbgtk {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));

View File

@@ -161,7 +161,9 @@ definePageMetadata(computed(() => post ? {
.fade-leave-to {
opacity: 0;
}
</style>
<style lang="scss">
.rkxwuolj {
> .files {
> .file {

View File

@@ -225,7 +225,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.fnfelxur {
display: flex;
align-items: center;

View File

@@ -162,7 +162,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.yweeujhr {
> .start {

View File

@@ -235,7 +235,7 @@ defineExpose({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.pemppnzi {
position: relative;

View File

@@ -59,7 +59,7 @@ function del(): void {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.thvuemwp {
$me-balloon-color: var(--accent);

View File

@@ -305,6 +305,17 @@ definePageMetadata(computed(() => !fetching ? user ? {
</script>
<style lang="scss" scoped>
.fade-enter-active, .fade-leave-active {
transition: opacity 0.1s;
}
.fade-enter-from, .fade-leave-to {
transition: opacity 0.5s;
opacity: 0;
}
</style>
<style lang="scss">
.mk-messaging-room {
position: relative;
overflow: auto;
@@ -399,13 +410,4 @@ definePageMetadata(computed(() => !fetching ? user ? {
}
}
}
.fade-enter-active, .fade-leave-active {
transition: opacity 0.1s;
}
.fade-enter-from, .fade-leave-to {
transition: opacity 0.5s;
opacity: 0;
}
</style>

View File

@@ -355,7 +355,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.mwysmxbg {
background: var(--bg);

View File

@@ -85,6 +85,6 @@ function onLogin(res): void {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -41,6 +41,6 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -38,6 +38,6 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -141,7 +141,7 @@ function addUser() {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.shaynizk {
> .form {
padding: 32px;

View File

@@ -1,18 +1,20 @@
<template><MkStickyContainer>
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<MkSpacer :content-max="700">
<div class="ieepwinx">
<MkButton :link="true" to="/my/antennas/create" primary class="add"><i class="ti ti-plus"></i> {{ i18n.ts.add }}</MkButton>
<MkSpacer :content-max="700">
<div class="ieepwinx">
<MkButton :link="true" to="/my/antennas/create" primary class="add"><i class="ti ti-plus"></i> {{ i18n.ts.add }}</MkButton>
<div class="">
<MkPagination v-slot="{items}" ref="list" :pagination="pagination">
<MkA v-for="antenna in items" :key="antenna.id" class="ljoevbzj" :to="`/my/antennas/${antenna.id}`">
<div class="name">{{ antenna.name }}</div>
</MkA>
</MkPagination>
<div class="">
<MkPagination v-slot="{items}" ref="list" :pagination="pagination">
<MkA v-for="antenna in items" :key="antenna.id" class="ljoevbzj" :to="`/my/antennas/${antenna.id}`">
<div class="name">{{ antenna.name }}</div>
</MkA>
</MkPagination>
</div>
</div>
</div>
</MkSpacer></MkStickyContainer>
</MkSpacer>
</MkStickyContainer>
</template>
<script lang="ts" setup>
@@ -37,7 +39,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.ieepwinx {
> .add {

View File

@@ -78,7 +78,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.qtcaoidl {
> .add {
margin: 0 auto 16px auto;

View File

@@ -55,7 +55,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.qkcjvfiv {
> .add {
margin: 0 auto var(--margin) auto;

View File

@@ -126,7 +126,7 @@ definePageMetadata(computed(() => list ? {
} : null));
</script>
<style lang="scss" scoped>
<style lang="scss">
.mk-list-page {
> .members {
> ._content {

View File

@@ -146,7 +146,9 @@ definePageMetadata(computed(() => note ? {
.fade-leave-to {
opacity: 0;
}
</style>
<style lang="scss">
.fcuexfpr {
background: var(--bg);

View File

@@ -54,7 +54,7 @@ onMounted(async () => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.oyyftmcf {
> .preview {
height: 150px;

View File

@@ -80,7 +80,7 @@ onMounted(() => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.ilrvjyvi {
> .children {
margin: 16px;

View File

@@ -32,7 +32,7 @@ watch($$(text), () => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.vckmsadr {
> textarea {
display: block;

View File

@@ -68,7 +68,7 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.cpjygsrt {
position: relative;
overflow: hidden;

View File

@@ -303,7 +303,7 @@ definePageMetadata(computed(() => {
}
</style>
<style lang="scss" scoped>
<style lang="scss">
.jqqmcavi {
margin-bottom: 16px;

View File

@@ -172,7 +172,9 @@ definePageMetadata(computed(() => page ? {
.fade-leave-to {
opacity: 0;
}
</style>
<style lang="scss">
.xcukqgmh {
> .main {
padding: 32px;

View File

@@ -80,7 +80,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.rknalgpo {
&.my .ckltabjg:first-child {
margin-top: 16px;

View File

@@ -20,7 +20,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.graojtoi {
padding: var(--margin);
}

View File

@@ -92,5 +92,5 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -119,5 +119,5 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -70,5 +70,5 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -54,6 +54,6 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -116,7 +116,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.iltifgqe {
padding: 16px;

View File

@@ -112,7 +112,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.lcjjdxlm {
display: flex;
padding: 16px;

View File

@@ -70,7 +70,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.bfomjevm {
display: flex;
padding: 16px;

View File

@@ -124,8 +124,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
@use "sass:math";
.uawsfosz {

View File

@@ -244,7 +244,7 @@ definePageMetadata(INFO);
// h 700
</script>
<style lang="scss" scoped>
<style lang="scss">
.vvcocwet {
> .body {
> .nav {

View File

@@ -93,6 +93,6 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -189,7 +189,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.llvierxe {
position: relative;
background-size: cover;

View File

@@ -135,7 +135,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.zoaiodol {
padding: 12px;
font-size: 1.1em;

View File

@@ -107,7 +107,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.timnmucd {
padding: 16px;

View File

@@ -164,7 +164,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.rfqxtzch {
border-radius: 6px;

View File

@@ -16,7 +16,7 @@
class="_panel"
@posted="state = 'posted'"
/>
<MkButton v-else-if="state === 'posted'" primary class="close" @click="close()">{{ i18n.ts.close }}</MkButton>
<MkButton v-else-if="state === 'posted'" primary :class="$style.close" @click="close()">{{ i18n.ts.close }}</MkButton>
</MkSpacer>
</MkStickyContainer>
</template>
@@ -69,14 +69,14 @@ async function init() {
...(visibleAccts ? visibleAccts.split(',').map(Acct.parse) : []),
]
// TypeScriptの指示通りに変換する
.map(q => 'username' in q ? { username: q.username, host: q.host === null ? undefined : q.host } : q)
.map(q => os.api('users/show', q)
.then(user => {
visibleUsers.push(user);
}, () => {
console.error(`Invalid user query: ${JSON.stringify(q)}`);
}),
),
.map(q => 'username' in q ? { username: q.username, host: q.host === null ? undefined : q.host } : q)
.map(q => os.api('users/show', q)
.then(user => {
visibleUsers.push(user);
}, () => {
console.error(`Invalid user query: ${JSON.stringify(q)}`);
}),
),
);
}
@@ -120,13 +120,13 @@ async function init() {
if (fileIds) {
await Promise.all(
fileIds.split(',')
.map(fileId => os.api('drive/files/show', { fileId })
.then(file => {
files.push(file);
}, () => {
console.error(`Failed to fetch a file ${fileId}`);
}),
),
.map(fileId => os.api('drive/files/show', { fileId })
.then(file => {
files.push(file);
}, () => {
console.error(`Failed to fetch a file ${fileId}`);
}),
),
);
}
//#endregion
@@ -162,7 +162,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss" module>
.close {
margin: 16px auto;
}

View File

@@ -36,6 +36,6 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -228,7 +228,7 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.cwepdizn {
::v-deep(.cwepdizn-colors) {
text-align: center;

View File

@@ -154,7 +154,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.cmuxhskf {
> .new {
position: sticky;

View File

@@ -385,7 +385,7 @@ definePageMetadata(computed(() => ({
})));
</script>
<style lang="scss" scoped>
<style lang="scss">
.aeakzknw {
display: flex;
align-items: center;

View File

@@ -82,7 +82,7 @@ definePageMetadata(computed(() => list ? {
} : null));
</script>
<style lang="scss" scoped>
<style lang="scss">
.eqqrhokj {
padding: var(--margin);

View File

@@ -29,7 +29,7 @@ const pagination = {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
.pages-user-clips {
> .list {
> .item {

View File

@@ -36,7 +36,7 @@ const followersPagination = {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
.mk-following-or-followers {
> .users {
display: grid;

View File

@@ -57,5 +57,5 @@ definePageMetadata(computed(() => user ? {
} : null));
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -57,5 +57,5 @@ definePageMetadata(computed(() => user ? {
} : null));
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -28,7 +28,7 @@ const pagination = {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
.jrnovfpt {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));

View File

@@ -188,7 +188,7 @@ onUnmounted(() => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.ftskorzw {
> .main {

View File

@@ -73,7 +73,7 @@ onMounted(() => {
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.ujigsodd {
padding: 8px;

View File

@@ -25,6 +25,6 @@ const pagination = {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
</style>

View File

@@ -33,7 +33,7 @@ const pagination = {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
.afdcfbfb {
> .header {
display: flex;

View File

@@ -127,7 +127,7 @@ function showMenu(ev) {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.rsqzvsbo {
> .top {
display: flex;

View File

@@ -38,12 +38,12 @@
<script lang="ts">
import { defineComponent } from 'vue';
import { toUnicode } from 'punycode/';
import XTimeline from './welcome.timeline.vue';
import XSigninDialog from '@/components/MkSigninDialog.vue';
import XSignupDialog from '@/components/MkSignupDialog.vue';
import MkButton from '@/components/MkButton.vue';
import XNote from '@/components/MkNote.vue';
import MkFeaturedPhotos from '@/components/MkFeaturedPhotos.vue';
import XTimeline from './welcome.timeline.vue';
import { host, instanceName } from '@/config';
import * as os from '@/os';
import number from '@/filters/number';
@@ -118,7 +118,7 @@ export default defineComponent({
text: this.$ts.help,
icon: 'ti ti-question-circle',
action: () => {
window.open(`https://misskey-hub.net/help.md`, '_blank');
window.open('https://misskey-hub.net/help.md', '_blank');
},
}], ev.currentTarget ?? ev.target);
},
@@ -128,7 +128,7 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.rsqzvsbo {
> .top {
min-height: 100vh;

View File

@@ -58,12 +58,12 @@
<script lang="ts">
import { defineComponent } from 'vue';
import { toUnicode } from 'punycode/';
import XTimeline from './welcome.timeline.vue';
import XSigninDialog from '@/components/MkSigninDialog.vue';
import XSignupDialog from '@/components/MkSignupDialog.vue';
import MkButton from '@/components/MkButton.vue';
import XNote from '@/components/MkNote.vue';
import MkFeaturedPhotos from '@/components/MkFeaturedPhotos.vue';
import XTimeline from './welcome.timeline.vue';
import { host, instanceName } from '@/config';
import * as os from '@/os';
import number from '@/filters/number';
@@ -138,7 +138,7 @@ export default defineComponent({
text: this.$ts.help,
icon: 'ti ti-question-circle',
action: () => {
window.open(`https://misskey-hub.net/help.md`, '_blank');
window.open('https://misskey-hub.net/help.md', '_blank');
},
}], ev.currentTarget ?? ev.target);
},
@@ -148,7 +148,7 @@ export default defineComponent({
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.rsqzvsbo {
> .top {
display: flex;

View File

@@ -54,7 +54,7 @@ function submit() {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.mk-setup {
border-radius: var(--radius);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);

View File

@@ -1,6 +1,6 @@
<template>
<div class="civpbkhh">
<div ref="scroll" class="scrollbox" v-bind:class="{ scroll: isScrolling }">
<div ref="scroll" class="scrollbox" :class="{ scroll: isScrolling }">
<div v-for="note in notes" class="note">
<div class="content _panel">
<div class="body">
@@ -12,7 +12,7 @@
<XMediaList :media-list="note.files"/>
</div>
<div v-if="note.poll">
<XPoll :note="note" :readOnly="true"/>
<XPoll :note="note" :read-only="true"/>
</div>
</div>
<XReactionsViewer ref="reactionsViewer" :note="note"/>
@@ -71,7 +71,9 @@ export default defineComponent({
transform: translate3d(0, calc(-100% + 90vh), 0);
}
}
</style>
<style lang="scss">
.civpbkhh {
text-align: right;