0
0
Fork 0

Display fallback link card thumbnail when none is given (#9715)

This commit is contained in:
Eugen Rochko 2019-01-04 12:44:46 +01:00 committed by GitHub
parent acae118120
commit 1512af2811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View file

@ -2587,6 +2587,15 @@ a.status-card {
flex: 0 0 100px;
background: lighten($ui-base-color, 8%);
position: relative;
.fa {
font-size: 21px;
position: absolute;
transform-origin: 50% 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
.status-card.horizontal {