forum post tweaks

This commit is contained in:
Wirlaburla 2023-06-09 02:09:07 -05:00
parent 888b6f6156
commit 72302db1ff

View File

@ -1043,6 +1043,7 @@ body.forum.thread table.post-display tr.info-row {
background: var(--post-bottombar);
font-family: var(--primary-font);
color: var(--subtitle);
height: 28px;
}
body.forum.thread table.post-display td { padding: 4px; }
@ -1055,6 +1056,9 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
padding: 8px;
}
body.forum.thread table.post-display tr.body-row td * {
max-width: 100%;
}
heading .button {