summaryrefslogtreecommitdiff
path: root/src/client/pages/notifications.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-21 17:40:15 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-21 17:40:15 +0900
commitf6128dd3ff9ad4df1cbb956f46e2ea34d59368aa (patch)
treec0c0612ab2ae8eb7ce8cc13ca5c26fba83350822 /src/client/pages/notifications.vue
parentUpdate CHANGELOG.md (diff)
downloadmisskey-f6128dd3ff9ad4df1cbb956f46e2ea34d59368aa.tar.gz
misskey-f6128dd3ff9ad4df1cbb956f46e2ea34d59368aa.tar.bz2
misskey-f6128dd3ff9ad4df1cbb956f46e2ea34d59368aa.zip
:art:
Diffstat (limited to 'src/client/pages/notifications.vue')
-rw-r--r--src/client/pages/notifications.vue18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/client/pages/notifications.vue b/src/client/pages/notifications.vue
index 6b16b85b78..633718a90b 100644
--- a/src/client/pages/notifications.vue
+++ b/src/client/pages/notifications.vue
@@ -1,6 +1,6 @@
<template>
-<div class="">
- <XNotifications class="_content" @before="before" @after="after" page/>
+<div class="clupoqwt" v-size="{ min: [800] }">
+ <XNotifications class="notifications" @before="before" @after="after" page/>
</div>
</template>
@@ -43,3 +43,17 @@ export default defineComponent({
}
});
</script>
+
+<style lang="scss" scoped>
+.clupoqwt {
+ &.min-width_800px {
+ background: var(--bg);
+ padding: 32px 0;
+
+ > .notifications {
+ max-width: 800px;
+ margin: 0 auto;
+ }
+ }
+}
+</style>