Changes between Version 3 and Version 5 of Ticket #32443


Ignore:
Timestamp:
Feb 14, 2021, 11:21:13 PM (4 years ago)
Author:
Mariusz Felisiak
Comment:

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32443

    • Property Type BugCleanup/optimization
    • Property Component Uncategorizedcontrib.admin
    • Property Has patch set
    • Property Triage Stage UnreviewedAccepted
    • 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  
    22
    33In 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%)]]
    55
    66In 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%)]]
    88
    99
    1010Bug
    1111In 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%)]]
Back to Top