Fix thumbnail flex properties for Safari

This commit is contained in:
Jermolene 2015-04-10 17:01:18 +01:00
parent 301bc4988d
commit b2cb992538
1 changed files with 3 additions and 2 deletions

View File

@ -1750,9 +1750,10 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
left: 0;
right: 0;
bottom: 0;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
-webkit-align-items: center;
-webkit-justify-content: center;
}
.tc-thumbnail-caption {