summaryrefslogtreecommitdiff
path: root/src/client/components/notes.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-03-20 18:11:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-03-20 18:11:39 +0900
commitf31c94e2ea43fa36d2a0fc8742e0a52a0025b643 (patch)
treee48e372ddaac8514cada36f165bf921f313971a4 /src/client/components/notes.vue
parentFix bug (diff)
downloadsharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.gz
sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.bz2
sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.zip
wip
Diffstat (limited to 'src/client/components/notes.vue')
-rw-r--r--src/client/components/notes.vue3
1 files changed, 2 insertions, 1 deletions
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;
}
}
}