mirror of
https://github.com/zadam/trilium.git
synced 2026-02-15 10:14:23 +01:00
style/similar notes: fix font size variation according to similarity
This commit is contained in:
parent
1eafda36a9
commit
68d21669e7
@ -33,7 +33,7 @@ export default function SimilarNotesTab({ note }: Pick<TabContext, "note">) {
|
||||
notePath={notePath}
|
||||
noTnLink
|
||||
style={{
|
||||
"font-size": 20 * (1 - 1 / (1 + score))
|
||||
"font-size": (20 * (1 - 1 / (1 + score))) + "px"
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user