From de004bd8baa8b35482b0f54cfa91a237f1126a04 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 10 Nov 2025 02:01:45 +0200 Subject: [PATCH] fix #7667 --- apps/client/src/stylesheets/theme-next/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index cb0b783eb..5ea11cf56 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -498,7 +498,7 @@ li.dropdown-item a.dropdown-item-button:focus-visible { transition: background-color 200ms ease-out; } -:root .note-list .note-book-card:active { +:root .note-list.grid-view .note-book-card:active { transform: scale(.98); }