From f4b0f810bd20f657c02498651ad001092904978b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 24 Feb 2026 09:24:55 +0200 Subject: [PATCH] ui/list & grid view: increase content entrance transition duration --- apps/client/src/widgets/collections/legacy/ListOrGridView.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 552599ffda..0149f1c604 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -111,7 +111,7 @@ .nested-note-list .note-book-content, .note-list-container .note-book-content { display: none; - animation: note-preview-show .25s ease-out; + animation: note-preview-show .35s ease-out; will-change: opacity; &.note-book-content-ready {