How can I make the image/media preview bigger in the Content edit page?

Hi! I’m using Strapi V4 and I just automatically (via a small script) a bunch of images to my strapi instance. Now a curator will look up each individual image and enrich it (i.e. put a proper title and some tags).

The problem is that the default media preview is too small. I tried to edit the view for the view (size=100%) but it’s still too small to be inspected by the person curating the content.
I can maybe create a hackish javascript code that changes the HTML/CSS but I’d like a more normal solution inside strapi.

I’m a programmer and have access to the strapi code.

Any ideas or directions I could go?

Thanks!

Maby you could do it with some css trickery but most likely you would have to change the admin code directly