optimize ui
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user