Move build version to room info

This commit is contained in:
N-Pex 2021-01-29 21:53:22 +01:00
parent bdd6977728
commit 06dcf861b8
3 changed files with 20 additions and 5 deletions

View file

@ -60,4 +60,15 @@ $chat-button-height: 50px;
.dialog-text {
word-break: break-word;
}
.build-version {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 117%;
text-align: center;
letter-spacing: 0.4px;
color: rgba(0, 0, 0, 0.6);
}