From f31c94e2ea43fa36d2a0fc8742e0a52a0025b643 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 20 Mar 2020 18:11:39 +0900 Subject: wip --- src/client/components/notes.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/components/notes.vue') diff --git a/src/client/components/notes.vue b/src/client/components/notes.vue index dc93c1f6c4..9bbde6293a 100644 --- a/src/client/components/notes.vue +++ b/src/client/components/notes.vue @@ -111,7 +111,8 @@ export default Vue.extend({ &.max-width_500px { > .notes { > ::v-deep *:not(:last-child) { - margin-bottom: var(--marginHalf); + //margin-bottom: var(--marginHalf); + margin-bottom: 0; } } } -- cgit v1.2.3-freya