Skip to content

Commit 39db9c0

Browse files
committed
issue#5: thumbnail height fix
1 parent 6797fb4 commit 39db9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/GUIKit/PhotoVideoItem/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
.img-container {
21-
max-height: 100%;
21+
height: 100%;
2222
width: 100%;
2323
object-fit: cover;
2424
}

0 commit comments

Comments
 (0)