Zoom correct des images uploadées dans le

profil utilisateur.
This commit is contained in:
Sébastien André
2021-04-07 10:24:41 +02:00
parent 6b927be26a
commit ec2b53955d
2 changed files with 38 additions and 35 deletions

View File

@@ -1,33 +1,36 @@
.slide-modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 10px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000000;
}
.slide-modal-content {
/* position: relative; */
margin: auto;
padding: 0;
width: 100%;
max-width: 1200px;
}
.imgmodal {
display: none;
position: fixed;
z-index: 1000;
padding-top: 10px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000000;
}
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.cursor {
cursor: pointer;
}
.imgbox {
display: grid;
height: 100%;
}
.center-fit {
max-width: 100%;
max-height: 100vh;
margin: auto;
}
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.cursor {
cursor: pointer;
}