Merge pull request #3756 from meichthys/note-book-card-margin

Use same margin all around note-book-card
This commit is contained in:
zadam 2023-03-23 23:20:50 +01:00 committed by GitHub
commit 56e8506cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ const TPL = `
border-radius: 10px;
background-color: var(--accented-background-color);
padding: 10px 15px 15px 8px;
margin: 5px 5px 5px 0;
margin: 5px 5px 5px 5px;
overflow: hidden;
display: flex;
flex-direction: column;