Many new functionalities

This commit is contained in:
2026-03-10 02:49:27 +01:00
parent 640d92d231
commit 61612b52d3
15 changed files with 1920 additions and 97 deletions

View File

@@ -1,11 +1,11 @@
:host {
display: block;
max-width: 95%;
max-width: min(95%, 320px);
}
.json-viewer-shell {
width: 95%;
max-width: 95%;
width: min(95%, 480px);
max-width: min(95%, 480px);
min-width: 0;
overflow: hidden;
border-radius: 0.9rem;