UX: make room type selection responsive

This commit is contained in:
10G Meow 2023-11-05 11:13:42 +02:00
parent fa612d2e9c
commit b33d73fff8
3 changed files with 25 additions and 15 deletions

View file

@ -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 {