Make nested status link background more consistent

This commit is contained in:
Lim Chee Aun 2023-10-26 17:14:43 +08:00
parent 8858ce3e89
commit 2310664065

View file

@ -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;