"Undo" button causes UI elements to move around

Issue #52 resolved
Former user created an issue

In a recent patch addition, the ability to "undo" crafting actions for the next twenty seconds was added. This adds an a#undoButton that changes text size, which moves where a line break is on the leftmost column, which causes the game log to move up and down, which can move the "observe astrological event" button while I'm trying to click it.

I fixed it locally by adding a display: none !important to that CSS element, but that disables the feature entirely.

Comments (2)

  1. Log in to comment