Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update table.html styling for mobile view #1059

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

chandrikarj
Copy link

@chandrikarj chandrikarj commented Jan 6, 2025

Fixes issue #738 : Styling adjustment needed in mobile view of table.html page

Summary

This pull request addresses the misalignment issue of the Collection, Reload, and DICOM buttons in the mobile view of table.html. The layout has been updated using CSS flex properties to maintain proper spacing, and provide a cleaner, user-friendly interface.

Changes include:

Adjusted CSS styling to align buttons for mobile view.
Implemented responsive design using media queries to target mobile screen sizes specifically.
Ensured no visual disruption to the desktop layout.

Video with the changes included:

Screen.Recording.2025-01-06.at.6.45.47.PM.mov

Before:
Screenshot 2025-01-06 at 6 48 26 PM

After:
Screenshot 2025-01-06 at 6 49 47 PM

Motivation

The current positioning of the Collection, Reload, and DICOM buttons in mobile view appears cluttered and unappealing. This PR enhances usability by improving button alignment and spacing.

Testing

Tested changes on:
-Mobile simulation: Google Chrome DevTools (Version 98.0.4758.102)
-Desktop simulation: Windows 10, Chrome responsive mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants