mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Enable spoilers in replies
This commit is contained in:
parent
2bdb9c4347
commit
12da7bd08c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ MatrixText {
|
|||
border: 1px solid " + Nheko.colors.text + ";
|
||||
}
|
||||
blockquote { margin-left: 1em; }
|
||||
" + (enabled ? "span[data-mx-spoiler] {
|
||||
" + (!Settings.mobileMode ? "span[data-mx-spoiler] {
|
||||
color: transparent;
|
||||
background-color: " + Nheko.colors.text + ";
|
||||
}" : "") + // TODO(Nico): Figure out how to support mobile
|
||||
|
|
Loading…
Reference in a new issue