Fix wording and layout of voice mode settings
This commit is contained in:
parent
3235c33f5b
commit
9812476b89
4 changed files with 33 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue