From 37a158712b1b7a5b363733b0196744183aeb9740 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Sat, 17 Jul 2021 14:47:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dyxless/static/css/base.css | 5 +++++ dyxless/templates/base.html | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 dyxless/static/css/base.css diff --git a/dyxless/static/css/base.css b/dyxless/static/css/base.css new file mode 100644 index 0000000..385ca4f --- /dev/null +++ b/dyxless/static/css/base.css @@ -0,0 +1,5 @@ +.notification{ + position: fixed; + left: 75%; + z-index: 1; +} \ No newline at end of file diff --git a/dyxless/templates/base.html b/dyxless/templates/base.html index ff16b2e..072a704 100644 --- a/dyxless/templates/base.html +++ b/dyxless/templates/base.html @@ -11,6 +11,7 @@ + @@ -70,11 +71,9 @@ {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, text in messages%} -
-
- - {{ text }} -
+
+ + {{ text }}
{% endfor %} {% endif %}