mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Merge pull request #3756 from meichthys/note-book-card-margin
Use same margin all around note-book-card
This commit is contained in:
commit
56e8506cb9
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user