Fix wording and layout of voice mode settings

This commit is contained in:
N-Pex 2023-02-16 15:20:12 +01:00
parent 3235c33f5b
commit 9812476b89
4 changed files with 33 additions and 8 deletions

View file

@ -906,6 +906,26 @@ body {
text-decoration: underline;
}
.with-right-label {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
text-align: start;
& > * {
flex: 1 1 auto;
}
& > *:last-child {
flex: 0 0 auto;
}
.option-title {
color: #000;
font-size: 16 * $chat-text-size;
}
.option-text {
font-size: 13 * $chat-text-size;
}
}
}
.header-button-left {