On the landing page, if you hover over the "Roll a new town" button in the top right, the different CSS applied to the element causes the "Eigengrau's Essential Establishment Generator" banner to move down a small amount in Firefox. This is not an ideal user experience.
It's hard to see in the pictures, but very obvious if you have the page open in Firefox:
Go to the landing page and open any town. Hover over "Roll a new town". The banner will shift down a small amount when you are hovering over "Roll a new town", then return to its original place when you move away.
Additional context
This affects Firefox, but does not seem to affect Google Chrome. It's probably something to do with the .restart and .restart:hover CSS rules. Looking at the differences between how padding vs margin vs border change element positions would be a good place to start.
Describe the bug
On the landing page, if you hover over the "Roll a new town" button in the top right, the different CSS applied to the element causes the "Eigengrau's Essential Establishment Generator" banner to move down a small amount in Firefox. This is not an ideal user experience.
It's hard to see in the pictures, but very obvious if you have the page open in Firefox:
To Reproduce (bugs MUST be replicable)
Town Seed (click here for info): any seed
Page to navigate to, buttons to press, etc:
Go to the landing page and open any town. Hover over "Roll a new town". The banner will shift down a small amount when you are hovering over "Roll a new town", then return to its original place when you move away.
Additional context
This affects Firefox, but does not seem to affect Google Chrome. It's probably something to do with the
.restart
and.restart:hover
CSS rules. Looking at the differences between howpadding
vsmargin
vsborder
change element positions would be a good place to start.