When a button in the productivity widget is hovered over, the whole row of buttons shifts. The desired output is that the hovered button expands from the center and is the only button to move/change
Instead of manually updating the size of the button, uses transform: scale() to increase the scale of the hovered button. This expands the button from the center and fixes the bug
When a button in the productivity widget is hovered over, the whole row of buttons shifts. The desired output is that the hovered button expands from the center and is the only button to move/change