Fix quote media badge css for firefox
This commit is contained in:
parent
ac6f4e7d61
commit
dd6f3ef0ad
|
@ -900,6 +900,7 @@ video, .video-container img {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-media {
|
.quote-media {
|
||||||
|
@ -915,7 +916,8 @@ video, .video-container img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-badge {
|
.quote-badge {
|
||||||
left: 6px;
|
left: 0px;
|
||||||
|
bottom: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
|
|
Loading…
Reference in New Issue