Remove this fit-content fix

It makes content jumpy
This commit is contained in:
Lim Chee Aun 2023-10-30 09:38:41 +08:00
parent 3760b52860
commit 85f966bfc9

View file

@ -329,10 +329,6 @@ 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;