feat(gallery): small ui adjustments
This commit is contained in:
parent
321d198f64
commit
a0b172566d
3 changed files with 4 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -18,13 +18,15 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 1px solid var(--border-default-grey);
|
||||
background-color: var(--border-default-grey);
|
||||
|
||||
img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.fr-icon-eye {
|
||||
.fr-btn {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
background-color: var(--background-default-grey);
|
||||
|
@ -48,7 +50,7 @@
|
|||
flex-wrap: wrap;
|
||||
|
||||
.gallery-item {
|
||||
margin: 1.5rem 2rem;
|
||||
margin: 0 2rem 1.5rem 0;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -63,10 +65,6 @@
|
|||
width: 150px;
|
||||
}
|
||||
|
||||
.gallery-item {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.fr-download {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue