fix: Solving some issues on phones.

This commit is contained in:
sergiotarxz 2021-01-22 13:47:00 +01:00
parent b3e47dc7d0
commit 7feda0e461
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 13 additions and 4 deletions

View File

@ -102,7 +102,7 @@ body {
}
.modal {
position: absolute;
position: fixed;
display: none;
color: white;
}
@ -127,15 +127,18 @@ body {
}
.video-container-bar {
width: 95%;
width: 99%;
height: 2rem;
padding: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
justify-content: end;
margin-bottom: 1rem;
}
.video-container-bar a {
padding: 1rem;
margin-right: 1rem;
border-radius: 0.3rem;
display: flex;
@ -212,7 +215,12 @@ body {
}
.modal.active {
display: flex;
display: flex;
scrollbar-width: none
}
.modal.active.active::-webkit-scrollbar {
display: none;
}
#modal-loading {
@ -238,6 +246,7 @@ body {
#video {
width: 100%;
max-width: 636px;
}
#video-container {