Changes between Initial Version and Version 1 of Ticket #32443


Ignore:
Timestamp:
Feb 13, 2021, 1:30:58 PM (4 years ago)
Author:
Amir Ajorloo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32443

    • Property Owner changed from nobody to Amir Ajorloo
    • Property Status newassigned
  • Ticket #32443 – Description

    initial v1  
    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()]]
     4[[Image(https://code.djangoproject.com/attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.07.png)]]
    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()]]
     7[[Image(https://code.djangoproject.com/attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.19.png)]]
    88
    99
    1010Bug
    1111In this screenshot, the nav-sidebar is disabled, but the main tag has shifted class (but it shouldn't):
    12 [[Image()]]
     12[[Image(https://code.djangoproject.com/attachment/ticket/32443/Screen%20Shot%202021-02-11%20at%2020.05.37.png)]]
Back to Top