diff --git a/public/css/promptmanager.css b/public/css/promptmanager.css index 0875cfd6f..c2c2e3ab8 100644 --- a/public/css/promptmanager.css +++ b/public/css/promptmanager.css @@ -1,9 +1,3 @@ -/* OpenAI */ - -#completion_prompt_manager { - margin: 0.5em 0.25em; -} - #completion_prompt_manager .caution { color: var(--fullred); } diff --git a/public/index.html b/public/index.html index 66b725147..e20b618af 100644 --- a/public/index.html +++ b/public/index.html @@ -1289,7 +1289,7 @@ Helps the model to associate messages in group chats. Names must only contain letters or numbers without whitespaces. -
+
diff --git a/public/style.css b/public/style.css index a29c3f033..a1e6f8ae4 100644 --- a/public/style.css +++ b/public/style.css @@ -216,6 +216,46 @@ table.responsiveTable { color: var(--fullred); } +.m-t-1 { + margin-top: 1em; +} + +.m-t-2 { + margin-top: 2em; +} + +.m-t-3 { + margin-top: 3em; +} + +.m-t-4 { + margin-top: 4em; +} + +.m-t-5 { + margin-top: 5em; +} + +.m-b-1 { + margin-bottom: 1em; +} + +.m-b-2 { + margin-bottom: 2em; +} + +.m-b-3 { + margin-bottom: 3em; +} + +.m-b-4 { + margin-bottom: 4em; +} + +.m-b-5 { + margin-bottom: 5em; +} + .tooltip { cursor: help; }