refactored ChannelView
This commit is contained in:
parent
2918d97fd0
commit
08d53d52e7
12 changed files with 1310 additions and 1226 deletions
13
src/app/organisms/channel/ChannelViewContent.scss
Normal file
13
src/app/organisms/channel/ChannelViewContent.scss
Normal 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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue