fix alignment with avatars on forum portrait

This commit is contained in:
Wirlaburla 2024-04-11 02:04:12 -05:00
parent 632c8d792b
commit 2a59e3c990

View File

@ -1399,6 +1399,11 @@ body.forum.new table.board-display tr.title-row input {
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;
} }
body.forum.thread table.post-display tr.author-row > th {
text-align: center;
vertical-align: middle;
}
} }
/* == SHOP */ /* == SHOP */