fix channel ellispis on claimPreview
This commit is contained in:
parent
a71c66bfb7
commit
467d9b9f47
2 changed files with 12 additions and 3 deletions
|
@ -116,9 +116,14 @@
|
||||||
color: var(--color-text-subtitle);
|
color: var(--color-text-subtitle);
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-overflow: ellipsis;
|
|
||||||
transition: color 0.2s;
|
transition: color 0.2s;
|
||||||
|
|
||||||
|
.channel-name {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown-preview & {
|
.markdown-preview & {
|
||||||
height: initial;
|
height: initial;
|
||||||
vertical-align: initial;
|
vertical-align: initial;
|
||||||
|
|
|
@ -447,10 +447,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.claim-tile__about {
|
.claim-tile__about {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
font-size: var(--font-xsmall);
|
font-size: var(--font-xsmall);
|
||||||
color: var(--color-text-subtitle);
|
color: var(--color-text-subtitle);
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.claim-tile__publishes {
|
.claim-tile__publishes {
|
||||||
|
|
Loading…
Add table
Reference in a new issue