From ecf0e83c4e8b2f158a47b0be07cfe08cd60092a2 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 6 May 2026 00:08:02 +0200 Subject: [PATCH] adasd --- public/assets/css/app.css | 14 +++++++++++++- public/assets/js/app.js | 3 ++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/public/assets/css/app.css b/public/assets/css/app.css index 95027b6..d63e09a 100644 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -1528,6 +1528,18 @@ body.has-modal-open { .nexus-debug-entry__copy { flex: 0 0 auto; + min-width: 36px; + width: 36px; + height: 36px; + padding: 0; + display: inline-flex; + align-items: center; + justify-content: center; +} + +.nexus-debug-entry__copy svg { + width: 16px; + height: 16px; } .nexus-debug-entry pre { @@ -1571,7 +1583,7 @@ body.has-modal-open { } .nexus-debug-entry__copy { - width: 100%; + width: 36px; } } diff --git a/public/assets/js/app.js b/public/assets/js/app.js index e043e7f..b16a2f0 100755 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -220,6 +220,7 @@ window.NexusModal = (() => { } const bugSvg = ''; + const copySvg = ''; root.innerHTML = ` +
${escapeHtml(payloadText)}