Add styles error in player
This commit is contained in:
parent
1153ac8f24
commit
e45c3fd48b
@ -128,6 +128,29 @@ header {
|
|||||||
background-color: var(--buttom-hover);
|
background-color: var(--buttom-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.live-url-choices {
|
||||||
|
background-color: var(--thumb-background);
|
||||||
|
margin: 1rem 0;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.playability-error {
|
||||||
|
position: relative;
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 30vh;
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.playability-error > span {
|
||||||
|
display: flex;
|
||||||
|
background-color: var(--thumb-background);
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.playlist {
|
.playlist {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 4px;
|
grid-gap: 4px;
|
||||||
@ -622,6 +645,9 @@ figure.sc-video {
|
|||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
.playability-error {
|
||||||
|
height: 60vh;
|
||||||
|
}
|
||||||
.playlist {
|
.playlist {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 1px;
|
grid-gap: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user