Change new session toast to unverified

This also changes text to show the device ID and name in the toast.

Fixes https://github.com/vector-im/riot-web/issues/11916
This commit is contained in:
J. Ryan Stinnett 2020-01-29 15:00:01 +00:00
parent 6d47f9620f
commit f12fe984e5
4 changed files with 24 additions and 15 deletions

View file

@ -98,5 +98,9 @@ limitations under the License.
margin: 4px 0 11px 0;
font-size: 12px;
}
.mx_Toast_deviceID {
font-size: 10px;
}
}
}