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%} -