style/ribbon/similar notes: reduce the font size of the items

This commit is contained in:
Adorian Doran 2025-09-21 11:04:22 +03:00
parent 1b238a98de
commit a25e376f85

View File

@ -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))
}}
/>
))}