mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 12:08:03 +08:00
tweaks in attr list sizing
This commit is contained in:
parent
ae909d1079
commit
eaac65142f
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ const TPL = `
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
font-size: small;
|
font-size: 90%;
|
||||||
|
margin: 3px 0 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attribute-list hr {
|
.attribute-list hr {
|
||||||
|
|
Loading…
Reference in a new issue