errors displayed correctly on the player
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user