optimize ui

This commit is contained in:
team2
2026-02-17 21:20:26 +01:00
parent 8f563f2c9a
commit 9017701ad3
2 changed files with 56 additions and 54 deletions

View File

@@ -152,12 +152,12 @@
{% if text|length > 240 %}{% endif %}
</div>
<details class="mt-2">
<details class="mt-2 position-relative">
<summary class="text-secondary small">
JSON anzeigen
</summary>
<pre class="bg-dark text-info p-2 border border-secondary rounded mt-2 small">
<pre class="bg-dark text-info p-2 border border-secondary rounded mt-2 small position-absolute top-25 z-1 w-100">
{{ item|json_encode(constant('JSON_PRETTY_PRINT')) }}
</pre>
</details>