Skip to content

Commit

Permalink
preventing forum shenanigans + content isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Nov 16, 2023
1 parent 46a2ed0 commit 72911ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@ div.page-rate-widget-box .rate-points {
border-radius: 5px 5px 0 0;
}

.thread-container .post .content {
contain: paint;
}

/* Adding Forum Lines */
.post-container .post-container {
border-left: 2px solid rgba(0, 0, 0, 0.25);
Expand Down

0 comments on commit 72911ee

Please sign in to comment.