Friday, July 5, 2024
1 change · 17.0
Resolved issues and error corrections
The Studio app icon now maintains a consistent size of 70 pixels, matching all other app icons in the interface. Previously, the icon would resize when the browser window was resized, creating an inconsistent user experience. This fix ensures the Studio icon behaves the same way as other application icons.
Original PR description
This commit fixes the size of studio icons when the window is resized. The w-75 class was applied, which caused the element to be resized instead of keeping the desired width of 70px, like other icons do. Now, the icon keep the same dimensions, like any other app icon. task-3998287