mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(collections/board): improve font size
This commit is contained in:
parent
519d76d809
commit
e156f0a2e8
@ -4,7 +4,8 @@
|
||||
height: 100%;
|
||||
user-select: none;
|
||||
|
||||
--card-line-height: 1.1;
|
||||
--card-font-size: 0.9em;
|
||||
--card-line-height: 1.2;
|
||||
--card-padding: 0.5em;
|
||||
}
|
||||
|
||||
@ -124,6 +125,7 @@
|
||||
line-height: var(--card-line-height);
|
||||
overflow-wrap: break-word;
|
||||
overflow: hidden;
|
||||
font-size: var(--card-font-size);
|
||||
}
|
||||
|
||||
.board-view-container .board-note .icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user