This commit is contained in:
Adorian Doran 2025-11-10 02:01:45 +02:00
parent c781eab061
commit d7f7049b5d

View File

@ -498,7 +498,7 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
transition: background-color 200ms ease-out; 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); transform: scale(.98);
} }