A simple and intuitive To-Do List application to manage your tasks effectively. Features include task creation, editing, deletion.
46
stars
142
forks
source link
Enhance Responsiveness: Adjust Button Layout for Small Screens #332
Closed
ahmedrazabaloch closed 3 weeks ago
Implement responsive styles for sorting buttons and task counter for improved mobile experience.
.sort-buttons
to use a column layout with increased spacing when the screen width is 420px or less..button-container
to center buttons horizontally while maintaining a consistent gap..sort-button
width to 40% for better visibility and accessibility on small screens..task-counter-button
width to 90% and centered it using auto margins to ensure it fits comfortably within the container.These changes aim to enhance usability and aesthetics on mobile devices, ensuring that buttons are easily accessible and well-aligned.
Before
After