Allow unencrypted public room creation

This commit is contained in:
N-Pex 2023-04-27 09:58:57 +02:00
parent e11d820009
commit 47700f5209
5 changed files with 56 additions and 5 deletions

View file

@ -1242,6 +1242,26 @@ body {
}
text-transform: none !important;
}
.room-option {
.v-input {
margin: 0px;
}
}
.option-warning {
background: linear-gradient(0deg, #FFF3F3, #FFF3F3), #FFFBED;
border-radius: 8px;
padding: 18px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
.v-icon {
margin-right: 16px;
}
}
}
.room-link .v-input__slot::before {