Merge pull request #1552 from virtuacoplenny/lenny/ff-avatar-inlay
fix(filmstrip): Set avatar container height within inlay
This commit is contained in:
commit
1bcdbd1d96
|
@ -93,6 +93,7 @@
|
|||
}
|
||||
|
||||
&__avatar-container {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
> img {
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue