cse110-sp24-group25 / Developer-Journal

0 stars 1 forks source link

Fix bug where hovering over buttons moves all the buttons in the row and the below header (3) #134

Closed KaiWoessner closed 4 months ago

KaiWoessner commented 4 months ago

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

KaiWoessner commented 4 months ago

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