summaryrefslogtreecommitdiff
path: root/src/client/components/notes.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-04 20:38:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-04 20:38:39 +0900
commit9e4456ac1b51de6eac8c30e30d1a4262af2e4132 (patch)
tree9abf1b2888ba23fef5c0fcab09b0bb61aab65ca0 /src/client/components/notes.vue
parentwip (diff)
downloadmisskey-9e4456ac1b51de6eac8c30e30d1a4262af2e4132.tar.gz
misskey-9e4456ac1b51de6eac8c30e30d1a4262af2e4132.tar.bz2
misskey-9e4456ac1b51de6eac8c30e30d1a4262af2e4132.zip
wip
Diffstat (limited to 'src/client/components/notes.vue')
-rw-r--r--src/client/components/notes.vue13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/client/components/notes.vue b/src/client/components/notes.vue
index c83cbd1aa1..e8461fcb8d 100644
--- a/src/client/components/notes.vue
+++ b/src/client/components/notes.vue
@@ -1,5 +1,5 @@
<template>
-<div class="mk-notes" v-size="[{ max: 500 }]">
+<div class="mk-notes">
<div class="_fullinfo" v-if="empty">
<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/>
<div>{{ $t('noNotes') }}</div>
@@ -89,16 +89,7 @@ export default Vue.extend({
.mk-notes {
> .notes {
> ::v-deep *:not(:last-child) {
- margin-bottom: var(--marginFull);
- }
- }
-
- &.max-width_500px {
- > .notes {
- > ::v-deep *:not(:last-child) {
- //margin-bottom: var(--marginHalf);
- margin-bottom: 0;
- }
+ margin-bottom: var(--margin);
}
}
}