Add css for table styling forum

This commit is contained in:
Wirlaburla 2023-06-09 03:27:33 -05:00
parent 03278424c5
commit 432041720c

View File

@ -1062,6 +1062,11 @@ body.forum.thread table.post-display tr.body-row td * {
max-width: 100%;
}
body.forum.thread table.post-display .author-cell { width: 168px; }
body.forum.thread table.post-display tr td:nth-of-type(3) { width: 168px; }
heading .button {
display: inline-block !important;