quackscape/assets/css
Kumi ae3d7ffc98
feat: improve UI visibility and interaction
Enhanced UI element visibility and interaction across the editor and
scene components. By switching to classList manipulation for showing and
hiding UI elements, the approach aligns better with modern best
practices, ensuring smooth transitions and consistency in user
experience. The addition of `!important` in the CSS for the `.hide`
class guarantees the override of conflicting styles, addressing
potential visibility issues. Adjustments in HTML formatting enhance
readability and maintainability without altering functionality. This
change, while seemingly minor, significantly improves the user's ability
to intuitively navigate and interact with the UI, potentially reducing
frustration and increasing overall user satisfaction.
2024-03-28 11:15:36 +01:00
..
editor.css feat: improve UI visibility and interaction 2024-03-28 11:15:36 +01:00
scene.css feat: improve UI visibility and interaction 2024-03-28 11:15:36 +01:00
userarea.css feat: integrate media deletion and swap icon 2024-03-27 10:08:07 +01:00