mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 05:20:06 +08:00
style/ribbon/similar notes: reduce the font size of the items
This commit is contained in:
parent
1b238a98de
commit
a25e376f85
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export default function SimilarNotesTab({ note }: TabContext) {
|
|||
notePath={notePath}
|
||||
noTnLink
|
||||
style={{
|
||||
"font-size": 24 * (1 - 1 / (1 + score))
|
||||
"font-size": 20 * (1 - 1 / (1 + score))
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue