Skip to content

Commit

Permalink
Update image-viewer.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 4, 2024
1 parent 7f678dc commit 15c6a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/assets/css/image-viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
}

.popup {
width: 80%;
height: 80%;
width: 90%;
height: 90%;
background-color: #fff;
border-radius: 8px;
position: absolute;
}

.iv-content {
margin: auto;
padding: 130px 60px;
padding: 60px 60px 120px;
width: 90%;
height: 100%;
max-height: 100%;
Expand Down

0 comments on commit 15c6a9f

Please sign in to comment.