TelegramPWA/src/components/left/ArchivedChats.scss
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

9 lines
122 B
SCSS

.ArchivedChats {
height: 100%;
overflow: hidden;
.chat-list {
height: calc(100% - var(--header-height));
}
}