corrected thread-status styling

This commit is contained in:
Wirlaburla 2023-06-08 22:23:44 -05:00
parent 6d75be9f9d
commit 677bfe5950

View File

@ -1012,7 +1012,10 @@ body.forum table.board-display tr:not(.title-row) td:nth-of-type(4) {
body.forum table.board-display .thread-status {
text-align: right;
margin-top: -12px;
position: relative;
height: 0px;
top: -12px;
left: 4px;
}