Skip to content

Commit f2afb14

Browse files
notifications style fix, bump version
1 parent 31f8cf3 commit f2afb14

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-smartbase-admin"
3-
version = "1.1.9"
3+
version = "1.1.10"
44
description = ""
55
authors = ["SmartBase <info@smartbase.sk>"]
66
readme = "README.md"

src/django_smartbase_admin/static/sb_admin/src/css/_base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
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;

src/django_smartbase_admin/templates/sb_admin/authentification/login_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">

0 commit comments

Comments
 (0)