TelegramPWA/src/components/middle/ChatLanguageModal.module.scss

28 lines
373 B
SCSS

.root {
:global(.modal-content) {
min-height: min(75vh, 32rem);
display: flex;
flex-direction: column;
}
:global(.matching-text-highlight) {
color: var(--color-primary);
}
}
.list-item {
text-align: left;
&[dir="rtl"] {
text-align: right;
}
}
.title, .subtitle {
text-align: inherit !important;
}
.languages {
overflow-y: auto;
}