Make nested status link background more consistent
This commit is contained in:
parent
8858ce3e89
commit
2310664065
|
@ -275,6 +275,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
box-shadow: inset 0 -3px var(--comment-line-color),
|
||||
inset 0 3px var(--comment-line-color);
|
||||
overscroll-behavior-x: contain;
|
||||
|
||||
.status-link {
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
.timeline.contextual .replies[data-comments-level='4'] {
|
||||
overflow-x: auto;
|
||||
|
|
Loading…
Reference in a new issue