japanese sentences: fix template for some anki users
This commit is contained in:
parent
b6495e3daa
commit
fbbb5dbb74
|
@ -473,7 +473,11 @@ ruby rt {
|
||||||
}
|
}
|
||||||
.jpsentence>.overlay {
|
.jpsentence>.overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
/* Some versions of Anki don't understand inset. */
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.jpsentence>.background,
|
.jpsentence>.background,
|
||||||
.jpsentence>.overlay ruby rt {
|
.jpsentence>.overlay ruby rt {
|
||||||
|
|
Loading…
Reference in a new issue