mirror of
https://github.com/zadam/trilium.git
synced 2025-09-04 13:45:55 +08:00
Use same margin all around note-book-card
This commit is contained in:
parent
724f99f17c
commit
c86be990d6
1 changed files with 25 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue