UX: make room type selection responsive
This commit is contained in:
parent
fa612d2e9c
commit
b33d73fff8
3 changed files with 25 additions and 15 deletions
|
|
@ -1018,13 +1018,15 @@ body {
|
|||
& > *:last-child {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.option-title {
|
||||
color: #000;
|
||||
font-size: 16 * $chat-text-size;
|
||||
}
|
||||
.option-text {
|
||||
font-size: 13 * $chat-text-size;
|
||||
}
|
||||
}
|
||||
|
||||
.option-text {
|
||||
font-size: 13 * $chat-text-size;
|
||||
}
|
||||
|
||||
.option-title {
|
||||
color: #000;
|
||||
font-size: 16 * $chat-text-size;
|
||||
}
|
||||
|
||||
.header-button-left {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue