Obviously the UI has been spoken about a lot, and for a lot of people it's completely unplayable on a computer monitor since everything gets scaled up so massively.
I messed around using Inspect Element to change some styles, and believe it or not it doesn't take much to make it so much better.
The game doesn't use css files so unfortunately I can't upload an easy file to add to your folder, but if the dev wants to consider adding the following simple styles, it might get people off their back for a while. Until then players can also just add these styles too.
#story {
max-width:1200px;
margin-left:auto!important;
margin-right:auto!important;
}
.passage {
padding:5px 10px;
}
.passage img {
max-width:450px;
}
That last one is the most important imo, it just sets a simple max size to images in speech bubbles so that they don't get too big.
I've uploaded a simple before and after comparison.
View attachment 2013556
View attachment 2013555