From 2767ae6934bd784642f69988f183d469dd7ebabd Mon Sep 17 00:00:00 2001 From: Saood Karim Date: Thu, 14 Aug 2025 23:44:52 -0500 Subject: [PATCH] Fix visual bug --- examples/server/public_mikupad/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/server/public_mikupad/index.html b/examples/server/public_mikupad/index.html index 89ab7679..d4504177 100644 --- a/examples/server/public_mikupad/index.html +++ b/examples/server/public_mikupad/index.html @@ -566,6 +566,10 @@ html.nockoffAI .modal-desc { overflow: hidden; } +.modal-content:has(> .saved-prompts-container) { + height:100% +} + hr { border:unset; border-top: 1px solid var(--color-base-40); @@ -4144,7 +4148,7 @@ return html` -
+
${selectedPrompt ? html`

${Object.hasOwn(selectedPrompt, 'slot_id') ? `Slot #${selectedPrompt.slot_id}` : selectedPrompt.filename.replace('.bin', '')}