Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looks like it's not working in Django V3.1 #763

Open
summonerriftofficial opened this issue Aug 7, 2020 · 10 comments
Open

Looks like it's not working in Django V3.1 #763

summonerriftofficial opened this issue Aug 7, 2020 · 10 comments

Comments

@summonerriftofficial
Copy link

Looks like it's not working in Django V3.1

any ideas ?

@summonerriftofficial
Copy link
Author

image

@pedrojosep
Copy link

The problem is that the admin now has a sidebar that is not compatible with Suit. However, setting AdminSite.enable_nav_sidebar to False should fix the issue.

@Mahdi-Ba
Copy link

answer your question is below link
answer

@jesuejunior
Copy link

There is a PR #774 I hope it solves this problem.

@tjerkw
Copy link

tjerkw commented Jun 11, 2021

Nobody is mainting this Repo AFAIK, no PR get ever merged. I think we need a fork.

#781 (comment)

@gamesbook
Copy link

Agreed. See also my comment on #766

@darklow
Copy link
Owner

darklow commented Nov 30, 2021

Django solution to remove unnecessary side menu:
#765 (comment)

CSS fix that is needed:

.form-group .form-control-label + div .form-control-static:empty {
  display: none;
}

.changelist-form-container {
  flex: 1;
}

#toolbar + #changelist-form {
  margin-right: 2rem;
}

@pulse-mind
Copy link

Hi,
If you want a django3.2 version it is available on my fork branch v2
And I just finished the boostrap5.1 version, it is on a branch boostrap51 but I will do a pull request soon on v2

@reedjones
Copy link

I was able to fix it by just adding

#main {
    display: flex;
}

@pulse-mind
Copy link

Hi, FYI, I will probably publish another version for Django 4.2 next month on my fork ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants