mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Fix thumbnail flex properties for Safari
This commit is contained in:
parent
301bc4988d
commit
b2cb992538
@ -1750,9 +1750,10 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
-webkit-align-items: center;
|
||||||
justify-content: center;
|
-webkit-justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-thumbnail-caption {
|
.tc-thumbnail-caption {
|
||||||
|
Loading…
Reference in New Issue
Block a user