I threw together this Stylish script for for a dual column Turn Order: @-moz-document domain("app.roll20.net") {
#initiativewindow .characterlist {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
}
Looks like this: Cheers!