Enable spoilers in replies
This commit is contained in:
parent
2bdb9c4347
commit
12da7bd08c
@ -34,7 +34,7 @@ MatrixText {
|
|||||||
border: 1px solid " + Nheko.colors.text + ";
|
border: 1px solid " + Nheko.colors.text + ";
|
||||||
}
|
}
|
||||||
blockquote { margin-left: 1em; }
|
blockquote { margin-left: 1em; }
|
||||||
" + (enabled ? "span[data-mx-spoiler] {
|
" + (!Settings.mobileMode ? "span[data-mx-spoiler] {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-color: " + Nheko.colors.text + ";
|
background-color: " + Nheko.colors.text + ";
|
||||||
}" : "") + // TODO(Nico): Figure out how to support mobile
|
}" : "") + // TODO(Nico): Figure out how to support mobile
|
||||||
|
Loading…
Reference in New Issue
Block a user