show big image in gallery view

This commit is contained in:
2019-11-21 19:18:37 +01:00
parent 90331bd029
commit 84e5f99c4f
4 changed files with 35 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
display: flex;
flex-flow: column;
background: white;
box-shadow: 5px 5px 10px 0px #aaa;
box-shadow: 5px 5px 10px 0px #e0e0e0;
}
.gallery-item a {
@@ -11,4 +11,15 @@
.gallery-item .fieldValue{
word-break: break-all;
}
.gallery-item-big-image-container{
position: absolute;
top: 0;
left: 0;
}
.gallery-item-big-image-close{
position: absolute;
top: 0;
right: 0;
}