remove border on conversations when it's a separate page

This commit is contained in:
Henry Jameson 2026-09-16 22:24:24 +03:00
commit d5c4f91bb1

View file

@ -45,7 +45,7 @@
}
/* expanded conversation in timeline */
&.-expanded .thread-body {
&.-expanded:not(.-page) .thread-body {
border-left: 4px solid var(--cRed);
border-radius: var(--roundness);
border-top-left-radius: 0;