Yesterday, 12:55 PM
(2025-01-30, 07:50 PM)M0RPH3US Wrote:(2025-01-30, 06:20 PM)TheDreadPirate Wrote: I know you can change the appearance of each <div> block (actors, more episodes, chapter scenes) but I'm not sure you can re-order them.
@Ted Hinklater - is reordering UI elements possible?
Code:#castCollapsible {
order: 2;
}
#scenesCollapsible {
order: 1;
}
should work.
Also to remove the text
Code:.innerCardFooter>.cardText {
display: none;
}
Awesome! Before I add this, do you know if clicking on the screenshot would actually take me to that chapter, or is it possible for it to show the actual screenshot?
Thanks guys!