lbry-desktop/ui/scss/component/_channel-indicator.scss
2017-11-22 15:33:45 -05:00

18 lines
349 B
SCSS

.channel-name {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
// this shouldn't know about the card width
// will come back to this for the redesign - sean
.channel-name--small {
width: calc(var(--card-small-width) * 2 / 3);
}
.channel-indicator__icon--invalid {
color: var(--color-error);
}