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,22 @@
.channel-cmd-bar {
--cmd-bar-height: 28px;
min-height: var(--cmd-bar-height);
& .timeline-change {
justify-content: flex-end;
padding: var(--sp-ultra-tight) var(--sp-normal);
&__content {
margin: 0;
flex: unset;
& > .text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
& b {
color: var(--tc-surface-normal);
}
}
}
}
}