mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 07:40:52 -07:00
fix HelloThere video link icon for FF
This commit is contained in:
parent
ef971bb521
commit
b070bd6bde
1 changed files with 5 additions and 3 deletions
|
|
@ -1776,9 +1776,11 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
-webkit-align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.tc-thumbnail-caption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue