
I've updated my stylish CSS changes to make the Turn Order 4 columns, but when you go to manipulate it, it reverts to a single column. #initiativewindow .characterlist {
-moz-column-count: 4;
-moz-column-gap: 20px;
-webkit-column-count: 4;
-webkit-column-gap: 20px;
column-count: 4;
column-gap: 20px;
}
#initiativewindow .characterlist:hover {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
#initiativewindow .characterlist .token .name{
font-size: 1em !important;
}
#initiativewindow .characterlist .token .initiative{
font-size: 1em !important;
background-color: #ccc;
font-weight: bold;
border-radius: .5em;
}
with a URL on the domain: app.roll20.net Cheers!