bugfix overlay
This commit is contained in:
parent
d34c253089
commit
1c274768a7
1 changed files with 9 additions and 3 deletions
|
|
@ -16,16 +16,22 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 75%;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 80%;
|
||||||
|
max-width: 80%;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
video {
|
video {
|
||||||
width: 100%;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue