@@ -34,3 +34,15 @@ onMounted(() => {
auth.readProfiles()
})
</script>
<style>
.page-enter-active,
.page-leave-active {
transition: all 0.25s ease-in-out;
}
.page-enter-from,
.page-leave-to {
opacity: 0;
filter: blur(1rem);
</style>
The note is not visible to the blocked user.