geex-arts / django-jet

Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
https://github.com/jet-admin/jet-bridge
GNU Affero General Public License v3.0
3.58k stars 773 forks source link

Can't logout from admin site in responsive mode #314

Open diegogslomp opened 6 years ago

diegogslomp commented 6 years ago

Hi!

How can I logout from admin site using a smartphone? The option to logout only apears at pc. Thank you in advice!

SalahAdDin commented 6 years ago

Are you sure? i can not see this problem in the demo page. @f1nality

diegogslomp commented 6 years ago

The admin Dropdown menu doesn't show from a smaller screen.

screenshot_20180406_093838 screenshot_20180406_093926

SalahAdDin commented 6 years ago

Make clik in the button.

SalahAdDin commented 6 years ago

Make clik in the button.

diegogslomp commented 6 years ago

Thankyou for the feedback! The top left corner button shows the menu, and the top right button show the widgets, no options to logout, at least from here.

screenshot_20180406_095302 screenshot_20180406_095334

SalahAdDin commented 6 years ago

@f1nality You forgot add it.

rajeshbk042 commented 6 years ago

I fixed this issue by overriding CSS in https://github.com/geex-arts/django-jet/blob/dev/jet/static/jet/css/themes/default/base.css

.sidebar-header-wrapper {
    z-index: 0 !important;
    }
SalahAdDin commented 6 years ago

@rajeshbk042 can you make a pull request?