Changes between Initial Version and Version 1 of Ticket #32459


Ignore:
Timestamp:
Feb 18, 2021, 2:11:49 PM (4 years ago)
Author:
David Smith
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32459 – Description

    initial v1  
    1 At screen sizes below 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.
     1At 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.
    22
    33Closing 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
     5Unviewable on small screens with sidebar open (768px)
     6[[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-768px-open.png,40%)]]
     7
     8Inputs stack when than 767px or less
     9[[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-767px.png,40%)]]
     10
     11Closing the sidebar at 768px makes it viewable again
     12[[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-768px-closed.png,40%)]]
     13
     14Otherwise 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%)]]
Back to Top