diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-07-05 11:56:20 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-07-05 11:56:20 +0900 |
| commit | 64eb338d65eccc722f559909975e3132b521cb08 (patch) | |
| tree | 16b91ba87818006392546bb4ecc9c077046c27ba /packages/frontend/src/components/MkStreamingNotificationsTimeline.vue | |
| parent | perf(frontend): improve rendering performance (diff) | |
| download | misskey-64eb338d65eccc722f559909975e3132b521cb08.tar.gz misskey-64eb338d65eccc722f559909975e3132b521cb08.tar.bz2 misskey-64eb338d65eccc722f559909975e3132b521cb08.zip | |
🎨
Diffstat (limited to 'packages/frontend/src/components/MkStreamingNotificationsTimeline.vue')
| -rw-r--r-- | packages/frontend/src/components/MkStreamingNotificationsTimeline.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue b/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue index e21adab36c..0276b7eaee 100644 --- a/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue +++ b/packages/frontend/src/components/MkStreamingNotificationsTimeline.vue @@ -46,8 +46,8 @@ import { onUnmounted, onMounted, computed, useTemplateRef, TransitionGroup, mark import * as Misskey from 'misskey-js'; import { useInterval } from '@@/js/use-interval.js'; import { useDocumentVisibility } from '@@/js/use-document-visibility.js'; -import type { notificationTypes } from '@@/js/const.js'; import { getScrollContainer, scrollToTop } from '@@/js/scroll.js'; +import type { notificationTypes } from '@@/js/const.js'; import XNotification from '@/components/MkNotification.vue'; import MkNote from '@/components/MkNote.vue'; import { useStream } from '@/stream.js'; @@ -235,7 +235,6 @@ defineExpose({ align-items: center; justify-content: center; gap: 1em; - opacity: 0.75; padding: 8px 8px; margin: 0 auto; border-bottom: solid 0.5px var(--MI_THEME-divider); |