mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
max-height: max(25vh, 160px);
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue