diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
| commit | f31c94e2ea43fa36d2a0fc8742e0a52a0025b643 (patch) | |
| tree | e48e372ddaac8514cada36f165bf921f313971a4 /src/client/components/notes.vue | |
| parent | Fix bug (diff) | |
| download | sharkey-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.vue | 3 |
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; } } } |