summaryrefslogtreecommitdiff
path: root/src/client/components/notifications.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-10 17:12:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-10 17:12:19 +0900
commitbf9486edc2a7a58e439e9657faadc09bd934d7d7 (patch)
treec09bdc57ea802be2ebe1050df0cf7107169e0045 /src/client/components/notifications.vue
parentfix(client): Fix style of poll viewer (diff)
downloadmisskey-bf9486edc2a7a58e439e9657faadc09bd934d7d7.tar.gz
misskey-bf9486edc2a7a58e439e9657faadc09bd934d7d7.tar.bz2
misskey-bf9486edc2a7a58e439e9657faadc09bd934d7d7.zip
refactor(client): Use unique class name
Diffstat (limited to 'src/client/components/notifications.vue')
-rw-r--r--src/client/components/notifications.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/notifications.vue b/src/client/components/notifications.vue
index a17663b01d..ecf5268983 100644
--- a/src/client/components/notifications.vue
+++ b/src/client/components/notifications.vue
@@ -1,5 +1,5 @@
<template>
-<div class="mk-notifications">
+<div class="mfcuwfyp">
<x-list class="notifications" :items="items" v-slot="{ item: notification }">
<x-note v-if="['reply', 'quote', 'mention'].includes(notification.type)" :note="notification.note" :key="notification.id"/>
<x-notification v-else :notification="notification" :with-time="true" :full="true" class="_panel notification" :key="notification.id"/>
@@ -86,7 +86,7 @@ export default Vue.extend({
</script>
<style lang="scss" scoped>
-.mk-notifications {
+.mfcuwfyp {
> .notifications {
> ::v-deep * {
//margin-bottom: var(--margin);