a random operate banner

/operate/ - Endchan Operations

Let us know what's up


New Reply on thread #10541
X
Max 20 files0 B total
[New Reply]

[Index] [Catalog] [Banners] [Logs]
Posting mode: Reply [Return]


 >>/10542/
The guy who replied in the screenshot was on the mark with what I had in mind. What additional details are needed? About the only thing I could add is that the most recent image postings in the threads appear on the right hand sidepanels
 >>/10542/
I think it's like a table with a heading on the side which is the OP image, and next to it, the records, are the images of the thread.
You can essentially do this with a userstyle (CSS).

Proof of concept:

.innerOP {
    display: inline-block !important;
    max-width: 20% !important;
}
.textBrowserBreaks {
    display: none !important;
}
.divPosts {
    display: inline-block !important;
    max-width: 78% !important;
}
.postCell {
    display: inline-block !important;
    max-width: 20% !important;
    vertical-align: text-top !important;
}
 >>/10546/
Slight correction and improvement:

.innerOP {
display: inline-block !important;
max-width: 20% !important;
vertical-align: text-top !important;
}
.textBrowserBreaks {
display: none !important;
}
.divPosts {
display: inline-block !important;
max-width: 78% !important;
}
.postCell {
display: inline-block !important;
max-width: 20% !important;
vertical-align: text-top !important;
}
.opCell{
  max-height: 300px !important;
  overflow-y: auto !important;
}


The rest is left as an exercise for the reader.

Post(s) action:


Moderation Help
Scope:
Duration: Days

Ban Type:


5 replies | 1 file
New Reply on thread #10541
Max 20 files0 B total