forked from sergiotarxz/Peertube-dl
fix: Trying poping notice to act better on phone.
This commit is contained in:
parent
304d8c2e8d
commit
8ce749fd98
@ -105,6 +105,9 @@ body {
|
||||
position: fixed;
|
||||
display: none;
|
||||
color: white;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
#poping-notice {
|
||||
@ -119,10 +122,8 @@ body {
|
||||
#modal-video-container,#modal-format-selector {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
|
||||
background-color: #111827;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user