mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
style/ribbon/similar notes: reduce the font size of the items
This commit is contained in:
@@ -32,7 +32,7 @@ export default function SimilarNotesTab({ note }: TabContext) {
|
|||||||
notePath={notePath}
|
notePath={notePath}
|
||||||
noTnLink
|
noTnLink
|
||||||
style={{
|
style={{
|
||||||
"font-size": 24 * (1 - 1 / (1 + score))
|
"font-size": 20 * (1 - 1 / (1 + score))
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user