From bbfb8c8a044a45f1592b9aab5d2d3358c238b7bc Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 13 May 2024 20:27:11 +0200 Subject: [PATCH] css improved --- customprompts/mzta-custom-prompts.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/customprompts/mzta-custom-prompts.css b/customprompts/mzta-custom-prompts.css index 78c2cfc2..c785f153 100644 --- a/customprompts/mzta-custom-prompts.css +++ b/customprompts/mzta-custom-prompts.css @@ -32,8 +32,29 @@ table { } thead { + position: sticky; + top: 26px; +} + +#command_palette{ position: sticky; top: 0; + padding-top: 1px; + height: 26px; + width: 100%; + background-color: inherit; +} + +#btnNew{ + float: right; +} + +#btnSaveAll{ + float: left; +} + +#msgDisplay{ + padding-left: 40px; } table tr {