mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
fix youtube icon cut of in FF win. also see: 28050fb488 (commitcomment-11170096)
This commit is contained in:
parent
363004ad60
commit
79caa56ae1
@ -1845,13 +1845,13 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
|||||||
.tc-thumbnail-icon img {
|
.tc-thumbnail-icon img {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
<<filter "drop-shadow(2px 2px 2px rgba(0,0,0,0.3))">>
|
<<filter "drop-shadow(2px 2px 4px rgba(0,0,0,0.3))">>
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,
|
.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,
|
||||||
.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {
|
.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
<<filter "drop-shadow(3px 3px 2px rgba(0,0,0,0.6))">>
|
<<filter "drop-shadow(3px 3px 4px rgba(0,0,0,0.6))">>
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-thumbnail-icon {
|
.tc-thumbnail-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user