padding fix

This commit is contained in:
Freeplay 2023-05-21 16:48:25 -04:00
parent 0f82c4250b
commit a5ba2c3e8f
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ onUnmounted(() => {
} }
> :deep(.note-container) { > :deep(.note-container) {
padding: 6px 0 0 0; padding: 12px 0 0 0;
> .header > .body { > .header > .body {
padding-left: 10px; padding-left: 10px;
} }