bugfix overlay

This commit is contained in:
Chneemann 2024-05-31 20:41:58 +02:00
parent d34c253089
commit 1c274768a7

View file

@ -16,16 +16,22 @@
display: flex;
align-items: center;
justify-content: center;
width: 75%;
width: auto;
height: auto;
max-height: 80%;
max-width: 80%;
img {
width: 100%;
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
border-radius: 12px;
}
video {
width: 100%;
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
}
}