mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Make nested status link background more consistent
This commit is contained in:
parent
8858ce3e89
commit
2310664065
1 changed files with 4 additions and 0 deletions
|
@ -275,6 +275,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
box-shadow: inset 0 -3px var(--comment-line-color),
|
box-shadow: inset 0 -3px var(--comment-line-color),
|
||||||
inset 0 3px var(--comment-line-color);
|
inset 0 3px var(--comment-line-color);
|
||||||
overscroll-behavior-x: contain;
|
overscroll-behavior-x: contain;
|
||||||
|
|
||||||
|
.status-link {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.timeline.contextual .replies[data-comments-level='4'] {
|
.timeline.contextual .replies[data-comments-level='4'] {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
Loading…
Reference in a new issue