From 942cab2f251091c44874c50f258d497b4bb9a4d3 Mon Sep 17 00:00:00 2001 From: lenafx Date: Fri, 2 Jan 2026 18:09:37 +0100 Subject: [PATCH] errors displayed correctly on the player --- desktop/views/css/anime/player.css | 13 +++++++++++++ docker/views/css/anime/player.css | 13 +++++++++++++ 2 files changed, 26 insertions(+) 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;