mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 22:48:51 +03:00
fix black screen issue
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
let showVideo = $state(false);
|
||||
|
||||
onMount(() => {
|
||||
// Show video after mount to ensure fading in.
|
||||
showVideo = true;
|
||||
});
|
||||
|
||||
@@ -312,9 +311,8 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* should be media-volume-range[mediavolumeunavailable] */
|
||||
*[mediavolumeunavailable] {
|
||||
display: none;
|
||||
--media-volume-range-display: none;
|
||||
}
|
||||
|
||||
.media-volume-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user