mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 05:43:51 +00:00
fix HelloThere video link icon for FF
This commit is contained in:
parent
ef971bb521
commit
b070bd6bde
@ -1776,9 +1776,11 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
-webkit-align-items: center;
|
||||||
-webkit-align-items: center;
|
-webkit-justify-content: center;
|
||||||
-webkit-justify-content: center;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-thumbnail-caption {
|
.tc-thumbnail-caption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user