refactored ChannelView

This commit is contained in:
unknown
2021-08-04 15:22:59 +05:30
parent 2918d97fd0
commit 08d53d52e7
12 changed files with 1310 additions and 1226 deletions

View File

@@ -0,0 +1,13 @@
.channel-view__content {
min-height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
& .timeline__wrapper {
--typing-noti-height: 28px;
min-height: 0;
min-width: 0;
padding-bottom: var(--typing-noti-height);
}
}