remove border on conversations when it's a separate page
This commit is contained in:
parent
353c0f4a12
commit
d5c4f91bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* expanded conversation in timeline */
|
/* expanded conversation in timeline */
|
||||||
&.-expanded .thread-body {
|
&.-expanded:not(.-page) .thread-body {
|
||||||
border-left: 4px solid var(--cRed);
|
border-left: 4px solid var(--cRed);
|
||||||
border-radius: var(--roundness);
|
border-radius: var(--roundness);
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue