Experiment unindenting deep single replies
This commit is contained in:
parent
096bc69584
commit
d6099df51b
1 changed files with 16 additions and 0 deletions
16
src/app.css
16
src/app.css
|
@ -686,6 +686,22 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline.contextual > li .replies {
|
||||||
|
> ul > li:only-child {
|
||||||
|
> .replies {
|
||||||
|
> ul > li:only-child {
|
||||||
|
margin-left: calc(-1 * var(--line-margin-end));
|
||||||
|
background-position: calc(16px) 0;
|
||||||
|
background-size: 100% calc(20px + 8px);
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.timeline-deck.compact .status {
|
.timeline-deck.compact .status {
|
||||||
max-height: max(25vh, 160px);
|
max-height: max(25vh, 160px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Reference in a new issue