11/* Thread container and a few other tweaks */
2- .container-3JKcAb {
2+ .container-1Bj0eq {
33 counter-reset : threads;
44 background-color : var (--background-tertiary );
55 border-radius : 7px ;
66 padding : 3px 4px 3px 4px ;
77 margin : 3px 2px 3px 10px ;
88}
9- .spine--Wla_O {
9+ .spine-29OFwR {
1010 display : none;
1111}
12- .typeThread-3ESTm- .content-1x5b-n {
12+ .typeThread-2Aqh6X .content-1gYQeQ {
1313 margin-left : unset;
1414}
1515/* Custom text */
16- .container-3JKcAb > .containerDefault--pIXnN {
16+ .container-1Bj0eq > .containerDefault-YUSmu3 {
1717 counter-increment : threads;
1818}
19- .container-3JKcAb > .containerDefault--pIXnN ::after {
19+ .container-1Bj0eq > .containerDefault-YUSmu3 ::after {
2020 color : var (--channels-default );
2121 font-size : 14px ;
2222 margin-left : 2px ;
2323}
24- .container-3JKcAb > .containerDefault--pIXnN : last-of-type ::after {
24+ .container-1Bj0eq > .containerDefault-YUSmu3 : last-of-type ::after {
2525 content : counter (threads) ' threads - hover to expand' ;
2626}
27- .container-3JKcAb > .containerDefault--pIXnN : only-of-type ::after {
27+ .container-1Bj0eq > .containerDefault-YUSmu3 : only-of-type ::after {
2828 content : '1 thread - hover to expand' ;
2929}
30- .container-3JKcAb > .containerDefault--pIXnN .selected-3LIHYU : only-of-type ::after {
30+ .container-1Bj0eq > .containerDefault-YUSmu3 .selected-2TbFuo : only-of-type ::after {
3131 content : none
3232}
3333/* Individual thread channels */
34- .container-3JKcAb > .containerDefault--pIXnN : not (.selected-3LIHYU )> .typeThread-3ESTm- {
34+ .container-1Bj0eq > .containerDefault-YUSmu3 : not (.selected-2TbFuo )> .typeThread-2Aqh6X {
3535 visibility : hidden;
3636 height : 0 ;
3737}
38- .container-3JKcAb > .containerDefault--pIXnN {
38+ .container-1Bj0eq > .containerDefault-YUSmu3 {
3939 height : 0 ;
4040}
4141/* Exceptions */
42- .container-3JKcAb > .containerDefault--pIXnN .selected-3LIHYU ,
43- .container-3JKcAb > .containerDefault--pIXnN : last-of-type {
42+ .container-1Bj0eq > .containerDefault-YUSmu3 .selected-2TbFuo ,
43+ .container-1Bj0eq > .containerDefault-YUSmu3 : last-of-type {
4444 height : unset;
4545}
4646/* Changes on hover */
47- .container-3JKcAb : hover > .containerDefault--pIXnN ::after {
47+ .container-1Bj0eq : hover > .containerDefault-YUSmu3 ::after {
4848 content : none;
4949}
50- .container-3JKcAb : hover > .containerDefault--pIXnN {
50+ .container-1Bj0eq : hover > .containerDefault-YUSmu3 {
5151 height : unset;
5252}
53- .container-3JKcAb : hover > .containerDefault--pIXnN > .typeThread-3ESTm- {
53+ .container-1Bj0eq : hover > .containerDefault-YUSmu3 > .typeThread-2Aqh6X {
5454 visibility : unset;
5555 height : unset;
5656}
0 commit comments