From 3cfd521b600ae06bd38a8f6da435e7d968500987 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Mon, 6 Feb 2023 22:27:03 -0600 Subject: [PATCH] Moved config items to settings --- src/core/static/css/main.css | 6 ++ src/core/static/css/overrides.css | 4 ++ src/core/templates/body-header.html | 34 ----------- src/core/templates/error.html | 1 - src/core/templates/modals/options-modal.html | 63 ++++++++++++++++---- 5 files changed, 63 insertions(+), 45 deletions(-) diff --git a/src/core/static/css/main.css b/src/core/static/css/main.css index 4e06daa..78bbc35 100644 --- a/src/core/static/css/main.css +++ b/src/core/static/css/main.css @@ -36,6 +36,12 @@ overflow-y: auto; } +#uploadListTitlesContainer { + min-height: 286px; + max-height: 286px; + overflow: hidden auto; +} + /* CLASSES */ .scroller { diff --git a/src/core/static/css/overrides.css b/src/core/static/css/overrides.css index 15a1d91..e0dabc9 100644 --- a/src/core/static/css/overrides.css +++ b/src/core/static/css/overrides.css @@ -74,3 +74,7 @@ input[type=range][orient=vertical] { border-radius: 1em; cursor: pointer; } + +.list-group-item { + min-height: 2em; +} diff --git a/src/core/templates/body-header.html b/src/core/templates/body-header.html index a9c614a..0b5f7c3 100644 --- a/src/core/templates/body-header.html +++ b/src/core/templates/body-header.html @@ -10,11 +10,6 @@
- @@ -104,32 +96,6 @@ {% endif %} - diff --git a/src/core/templates/error.html b/src/core/templates/error.html index 678c5b7..d062cae 100644 --- a/src/core/templates/error.html +++ b/src/core/templates/error.html @@ -2,7 +2,6 @@ {% block body_content_additional %}
-

{{title}}

{{message}}

diff --git a/src/core/templates/modals/options-modal.html b/src/core/templates/modals/options-modal.html index 2cebb17..1b33d2a 100644 --- a/src/core/templates/modals/options-modal.html +++ b/src/core/templates/modals/options-modal.html @@ -9,32 +9,75 @@