From 5507cc5abc843f3c0b0e5eed03d75169e3662f7f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Feb 2026 16:51:57 +0200 Subject: [PATCH] chore(mobile): slightly smaller note title icon --- apps/client/src/widgets/note_title.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index 50be6afc7c..e525910521 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -109,4 +109,8 @@ body.experimental-feature-new-layout { --input-focus-color: initial; } } + + &.mobile .title-row .note-icon-widget .note-icon { + --icon-button-size: 24px; + } }