UX: fix cropped image thumbnails
This commit is contained in:
parent
3fedb2ad20
commit
2ee2e5c981
|
@ -10,6 +10,10 @@
|
|||
|
||||
.lightbox-wrapper {
|
||||
display: inline-block;
|
||||
img {
|
||||
object-fit: cover;
|
||||
object-position: top;
|
||||
}
|
||||
&,
|
||||
* {
|
||||
outline: 0;
|
||||
|
|
Loading…
Reference in New Issue