diff --git a/desktop/views/css/anime/player.css b/desktop/views/css/anime/player.css index 1d1414d..bb20b34 100644 --- a/desktop/views/css/anime/player.css +++ b/desktop/views/css/anime/player.css @@ -407,8 +407,21 @@ body.stop-scrolling { } .player-loading-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 50; + background: #000; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + color: #fff; } + .spinner { border-width: 2px; width: 50px; height: 50px; diff --git a/docker/views/css/anime/player.css b/docker/views/css/anime/player.css index 1d1414d..bb20b34 100644 --- a/docker/views/css/anime/player.css +++ b/docker/views/css/anime/player.css @@ -407,8 +407,21 @@ body.stop-scrolling { } .player-loading-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 50; + background: #000; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + color: #fff; } + .spinner { border-width: 2px; width: 50px; height: 50px;