summaryrefslogtreecommitdiff
path: root/src/client/components/notification.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/notification.vue')
-rw-r--r--src/client/components/notification.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue
index 97a2fe1873..0fd368a1ae 100644
--- a/src/client/components/notification.vue
+++ b/src/client/components/notification.vue
@@ -1,5 +1,5 @@
<template>
-<div class="mk-notification" :class="notification.type" v-size="[{ max: 500 }, { max: 600 }]">
+<div class="qglefbjs" :class="notification.type" v-size="[{ max: 500 }, { max: 600 }]">
<div class="head">
<mk-avatar v-if="notification.user" class="icon" :user="notification.user"/>
<img v-else class="icon" :src="notification.icon" alt=""/>
@@ -115,7 +115,7 @@ export default Vue.extend({
</script>
<style lang="scss" scoped>
-.mk-notification {
+.qglefbjs {
position: relative;
box-sizing: border-box;
padding: 24px 32px;