From a25e376f85ded479d8d90b37e8049663fb857129 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 21 Sep 2025 11:04:22 +0300 Subject: [PATCH] style/ribbon/similar notes: reduce the font size of the items --- apps/client/src/widgets/ribbon/SimilarNotesTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx index 57299c92c..e324c5d1d 100644 --- a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx +++ b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx @@ -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)) }} /> ))}