File tree Expand file tree Collapse file tree
src/django_smartbase_admin
templates/sb_admin/authentification Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-smartbase-admin"
3- version = " 1.1.9 "
3+ version = " 1.1.10 "
44description = " "
55authors = [" SmartBase <info@smartbase.sk>" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 106106 }
107107
108108 # notification-messages {
109- @apply z-1000 fixed bottom-72 left-24 right-24 mx-auto max-w-1180 mb-24 flex flex-col items-center gap-16 overflow-y-auto ;
109+ @apply z-1000 fixed bottom-72 left-24 right-24 mx-auto max-w-1180 mb-24 flex flex-col items-center gap-16;
110110 max-height : calc (100vh - 6rem );
111111 @screen xl {
112112 left : 17.75rem ;
Original file line number Diff line number Diff line change 22{% load i18n static %}
33
44{% block main_wrapper %}
5- {% include "sb_admin/includes/notifications.html" with classes="top-16 xl:!left-0" %}
5+ {% include "sb_admin/includes/notifications.html" with classes="xl:!left-0" %}
66 < div class ="flex items-center max-h-screen ">
77 < img loading ="lazy " src ="{% static "sb_admin /images/logo.svg" %}" alt="Logo "
88 class ="max-h-40 absolute md:left-40 md:top-40 left-24 top-24 dark:hidden ">
You can’t perform that action at this time.
0 commit comments