show big image in gallery view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user