errors displayed correctly on the player

This commit is contained in:
2026-01-02 18:09:37 +01:00
parent 5c4f4cf3b6
commit 942cab2f25
2 changed files with 26 additions and 0 deletions

View File

@@ -407,8 +407,21 @@ body.stop-scrolling {
} }
.player-loading-overlay { .player-loading-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
background: #000; background: #000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
} }
.spinner { .spinner {
border-width: 2px; border-width: 2px;
width: 50px; height: 50px; width: 50px; height: 50px;

View File

@@ -407,8 +407,21 @@ body.stop-scrolling {
} }
.player-loading-overlay { .player-loading-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
background: #000; background: #000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
} }
.spinner { .spinner {
border-width: 2px; border-width: 2px;
width: 50px; height: 50px; width: 50px; height: 50px;