diff --git a/style.css b/style.css index 20625ee..dbb9e2f 100644 --- a/style.css +++ b/style.css @@ -988,7 +988,9 @@ body.forum .page-container .board-display tr:not(tr:nth-child(1)) { border: var(--forum-content-border); } - +body.forum .page-container .board-display.collapsed tr:not(tr:nth-child(1)) { + display: none; +}