cinny/src/app/organisms/channel/ChannelViewContent.scss

13 lines
264 B
SCSS
Raw Normal View History

2021-08-04 09:52:59 +00:00
.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);
}
}