fix: Trying poping notice to act better on phone.

This commit is contained in:
sergiotarxz 2021-01-22 14:09:31 +01:00
parent 304d8c2e8d
commit 8ce749fd98
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 3 additions and 2 deletions

View File

@ -105,6 +105,9 @@ body {
position: fixed; position: fixed;
display: none; display: none;
color: white; color: white;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} }
#poping-notice { #poping-notice {
@ -119,10 +122,8 @@ body {
#modal-video-container,#modal-format-selector { #modal-video-container,#modal-format-selector {
height: 100%; height: 100%;
width: 100%; width: 100%;
flex-flow: column; flex-flow: column;
align-items: center; align-items: center;
background-color: #111827; background-color: #111827;
} }