You can use the Stylish Plugin for chrome to make the display of cards in hand (I assume that's what you're talking about with "Choose", if not let me know) much larger: Here is a stylish file that you can import to do this: @-moz-document domain("app.roll20.net") {
#playerzone .deckhands .hand .handcontainer {
width: 600px !important;
}
.hand .handcontainer .cardinhand img {
max-width: 200px !important;
max-height: 400px !important;
}
}