Add visual privacy safeguard for private data

This commit is contained in:
Ian Coleman
2018-05-29 10:56:47 +10:00
parent 6f7fa3539e
commit 0b6e351dce
3 changed files with 40 additions and 15 deletions

View File

@@ -103,3 +103,6 @@ body {
overflow-x: scroll;
font-family: monospace;
}
.visual-privacy .private-data {
display: none;
}