@@ -111,3 +111,20 @@ div.nav {
color: #c8f;
}
@view-transition {
navigation: auto;
::view-transition-old(root),
::view-transition-new(root) {
animation: fade 0.3s ease both;
@keyframes fade {
from {
opacity: 0;
to {
opacity: 100%;
The note is not visible to the blocked user.