mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
style/ribbon/similar notes: reduce the font size of the items
This commit is contained in:
parent
1b238a98de
commit
a25e376f85
@ -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…
x
Reference in New Issue
Block a user