diff --git a/website/app/static/css/core.css b/website/app/static/css/core.css index 05a1e7b..981d448 100644 --- a/website/app/static/css/core.css +++ b/website/app/static/css/core.css @@ -3,11 +3,11 @@ body { background-color: #fbfbfb; } -@media (min-width: 991.98px) { +/* @media (min-width: 991.98px) { main { padding-left: 200px; } -} +} */ span#goTop, span#project-version{ position: fixed; @@ -164,8 +164,8 @@ span#status { right: calc(var(--bs-gutter-x) * .5); } -@media (min-width: 992px) { +/* @media (min-width: 992px) { .side-panel-config { max-width: calc((100% - 200px) / 2 - 1*var(--bs-gutter-x) * .5); } -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/website/app/static/css/sidebar.css b/website/app/static/css/sidebar.css deleted file mode 100644 index 3b2946f..0000000 --- a/website/app/static/css/sidebar.css +++ /dev/null @@ -1,30 +0,0 @@ -/* Sidebar */ -.sidebar { - position: fixed; - top: 0; - bottom: 0; - left: 0; - /* padding: 65px 0 0; */ - box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%); - width: 200px; - z-index: 600; -} - -.sidebar .active { - border-radius: 5px; - box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); -} - -#search-form{ - margin-left: auto; -} - -.container{ - margin-left: 0; -} - -.fa-circle { - font-size: 40%; - margin-right: 3px; - vertical-align: middle; -} \ No newline at end of file diff --git a/website/app/templates/base.html b/website/app/templates/base.html index 1268ac5..3bf7926 100644 --- a/website/app/templates/base.html +++ b/website/app/templates/base.html @@ -39,45 +39,48 @@ - {% include 'sidebar.html' %} +
+
+ {% include 'sidebar.html' %} - -
-
- {% include 'macros/_flashes.html' %} - -
-
-