Changes between Initial Version and Version 1 of Ticket #32459
- Timestamp:
- Feb 18, 2021, 2:11:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32459 – Description
initial v1 1 At screen sizes below767px, the admin inlines stack vertically. Above this screen size the sidebar becomes available and is expanded by default, the sidebar takes up extra space and squashes the form input such that it is no longer visible.1 At screen sizes less than or equal to 767px, the admin inlines stack vertically. Above this screen size the sidebar becomes available and is expanded by default, the sidebar takes up extra space and squashes the form input such that it is no longer visible. 2 2 3 3 Closing the sidebar at 768px is ok, but the screen size needs to be about 950px-1000px before it is usable with the sidebar open. 4 5 Unviewable on small screens with sidebar open (768px) 6 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-768px-open.png,40%)]] 7 8 Inputs stack when than 767px or less 9 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-767px.png,40%)]] 10 11 Closing the sidebar at 768px makes it viewable again 12 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-768px-closed.png,40%)]] 13 14 Otherwise the screen size needs to be much larger (img is showing 1000px wide) 15 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-1000px-open.png,40%)]]