mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 06:20:01 +00:00
Merge pull request #1729 from pmario/fix-thumbnail-icon-css
fix youtube icon cut of in FF win.
This commit is contained in:
commit
1a09a38f66
@ -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…
x
Reference in New Issue
Block a user