Use same margin all around note-book-card

This commit is contained in:
MeIchthys 2023-03-21 16:19:09 -04:00 committed by GitHub
parent 724f99f17c
commit c86be990d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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