Changes between Version 3 and Version 5 of Ticket #32443
- Timestamp:
- Feb 14, 2021, 11:21:13 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32443
- Property Type Bug → Cleanup/optimization
- Property Component Uncategorized → contrib.admin
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Remove shifted class from main when nav-sidebar is disabled. → Remove "shifted" class from main when nav-sidebar is disabled.
-
Ticket #32443 – Description
v3 v5 2 2 3 3 In the below screenshot, the nav-sidebar is enabled and it's open. So the main tag should have the shifted class to move its content to right: 4 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.07.png )]]4 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.07.png, 80%)]] 5 5 6 6 In this screenshot, the nav-sidebar is enabled but it's close and the main tag doesn’t have the shifted class: 7 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.19.png )]]7 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.19.png, 80%)]] 8 8 9 9 10 10 Bug 11 11 In this screenshot, the nav-sidebar is disabled, but the main tag has shifted class (but it shouldn't): 12 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.37.png )]]12 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.37.png, 80%)]]