Windows 10, Brave (Chrome)
On the front page, submissions that are waiting for votes have no stars. The stars are the widest element in the box. This makes the box render slightly less wide than submissions that have ratings, which makes the site literally unusable (it looks a little bit weird).
Below is some CSS that would fix it. It might mess up the submissions under judgement from people you follow, but I'm not sure. It's very odd that it's a decimal pixel but that was how it rendered on my browser. This fix may not work right for different setups.
#featured_fp_content_7 dl{ width:93.5px;; }
I edited a picture of the problem to have a different solution that looks nice where the submission has 5 gray stars at half opacity. Do either, do none, I don't care, but the 7 pixel difference is weighing on me.
I apologize if this isn't what the thread is for. Please be patient, I am filing a bug report for the most minor cosmetic issue ever.