mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 07:23:31 +00:00
12 lines
229 B
SCSS
12 lines
229 B
SCSS
|
|
.channel-name {
|
|
width: calc(var(--card-small-width) * 2 / 3);
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.channel-indicator__icon--invalid {
|
|
color: var(--color-error);
|
|
}
|