Did more common fixes with the new split views implementation

This commit is contained in:
mr. m
2025-03-03 10:56:10 +01:00
parent e057e952b6
commit 98668d5380
2 changed files with 45 additions and 28 deletions

View File

@@ -277,4 +277,9 @@
opacity: 0;
}
}
&.fade-out::after {
opacity: 0;
transition-delay: 0s;
}
}