>>19
>>20
Hey there, had some details like yours but i fixed them, maybe i can help.
>Report/Delete/Moderation Form at the bottom is illegible
You mean they cannot be selected? Weird, in other places it could be. I moved it with:
.reportFieldset,
#settingsFieldset
{ text-align: left;
position: relative;
display: inline-block;
vertical-align: top;
margin: 1rem;
padding: 1rem;
min-height: 250px;
background-color: #000;
border-width: 1px;
border-style: none solid solid none;
border-color: #000; }
.reportFieldset legend,
#settingsFieldset legend
{ display: block;
width: calc(100% + 2rem);
margin: -1rem -1rem 1rem;
padding: 0.25rem 0.75rem;
font-weight: bold;
border-bottom: 1px solid #000;
transform: translateY(1rem); }
.reportFieldset :not(.actionButtons) > button,
#settingsFieldset :not(.actionButtons) > button
{ position: absolute;
bottom: 1rem;
left: 90%;
transform: translateX(-50%); }
>Op highlights
You mean the "(OP)" thingy?
.quoteLink.you:after,
.quoteLink.op:after
{ font-size: 85%;
color: #000;
text-decoration: none; }
Cheers.