Fixed first in thread line

This commit is contained in:
Niléane 2023-07-29 22:20:50 +02:00
commit 8d136856c7
No known key found for this signature in database
4 changed files with 16 additions and 0 deletions

View file

@ -919,6 +919,10 @@ body.layout-single-column {
.layout-single-column .status__line--full:before {
background: transparent;
}
.layout-single-column .status__line.status__line--full.status__line--first {
top: 58px;
height: calc(100% - 58px);
}
@media screen and (max-width:889px) {
.layout-single-column .status--in-thread .status__line {
inset-inline-start: 39px;

View file

@ -919,6 +919,10 @@ body.layout-single-column {
.layout-single-column .status__line--full:before {
background: transparent;
}
.layout-single-column .status__line.status__line--full.status__line--first {
top: 58px;
height: calc(100% - 58px);
}
@media screen and (max-width:889px) {
.layout-single-column .status--in-thread .status__line {
inset-inline-start: 39px;