diff --git a/templates/layout/dash.html b/templates/layout/dash.html index 389200f..8372a4b 100644 --- a/templates/layout/dash.html +++ b/templates/layout/dash.html @@ -9,66 +9,17 @@ {% endif %} - + +
+
{% include 'layout/includes/nav.html' %} - -
- - - -
-
+
+
{% block content %}{% endblock %} -{% include 'layout/includes/boot-body.html' %} +
- -
- +{% include 'layout/includes/boot-body.html' %} \ No newline at end of file diff --git a/templates/layout/includes/nav.html b/templates/layout/includes/nav.html index 01f9bf3..fe899ca 100644 --- a/templates/layout/includes/nav.html +++ b/templates/layout/includes/nav.html @@ -3,10 +3,6 @@ background-color: #B507DB; border-radius: 4px; - position: fixed; - top: 30px; - bottom: 30px; - left: 30px; z-index: 100; display: flex; @@ -14,6 +10,7 @@ max-width: 100%; width: 280px; + height: 100%; } #sidenav ul > li {