fix(web): expanded images go to almost full screen
they were too little every time anyway, aaaaaaaaaaaaa
This commit is contained in:
parent
b44f1000e1
commit
2f06b0443a
1 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@
|
|||
width: unset;
|
||||
height: unset;
|
||||
max-width: calc(100% - 1.5em);
|
||||
max-height: 55vh;
|
||||
max-height: 90vh;
|
||||
}
|
||||
.box {
|
||||
border: 3px solid var(--accent);
|
||||
|
@ -253,7 +253,7 @@
|
|||
img.expand,
|
||||
video.expand {
|
||||
height: unset;
|
||||
max-height: 55vh;
|
||||
max-height: 90vh;
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue