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

This reverts commit ada04c1932.
This commit is contained in:
syuilo
2022-12-27 18:29:39 +09:00
parent ada04c1932
commit 4f15b6f7c2
263 changed files with 343 additions and 407 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="civpbkhh">
<div ref="scroll" class="scrollbox" :class="{ scroll: isScrolling }">
<div ref="scroll" class="scrollbox" v-bind: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" :read-only="true"/>
<XPoll :note="note" :readOnly="true"/>
</div>
</div>
<XReactionsViewer ref="reactionsViewer" :note="note"/>
@@ -71,9 +71,7 @@ export default defineComponent({
transform: translate3d(0, calc(-100% + 90vh), 0);
}
}
</style>
<style lang="scss">
.civpbkhh {
text-align: right;