set max height on open photo
This commit is contained in:
parent
dbda07f8e5
commit
5b6cb3b1e1
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -145,8 +145,8 @@
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width: 75%;
|
width: 100%;
|
||||||
height: 75%;
|
max-width: 700px;
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue