Enable spoilers in replies

use-upstream-gstreamer
Nicolas Werner 2 years ago
parent 2bdb9c4347
commit 12da7bd08c
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/delegates/TextMessage.qml

@ -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…
Cancel
Save