Remove dead classes
This commit is contained in:
parent
8d143331a8
commit
d7310bc5b3
1 changed files with 2 additions and 4 deletions
|
@ -181,8 +181,7 @@ $irc-line-height: $font-18px;
|
||||||
> span {
|
> span {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
> .mx_SenderProfile_name,
|
> .mx_SenderProfile_name {
|
||||||
> .mx_SenderProfile_aux {
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
min-width: var(--name-width);
|
min-width: var(--name-width);
|
||||||
|
@ -212,8 +211,7 @@ $irc-line-height: $font-18px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
> .mx_SenderProfile_name,
|
> .mx_SenderProfile_name {
|
||||||
> .mx_SenderProfile_aux {
|
|
||||||
min-width: inherit;
|
min-width: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue