1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

feat: use <details> to hide encrypted block

This commit is contained in:
Panagiotis
2021-03-03 23:48:39 +02:00
parent 0a1f372371
commit 6d792cc08c
2 changed files with 34 additions and 17 deletions

View File

@ -43,3 +43,7 @@ limitations under the License.
word-wrap: break-word;
white-space: pre-wrap;
}
.mx_ViewSource_details {
margin-top: 0.8em;
}