From 7337bfe4098aa8edde83118298dd1816f8e44403 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 15 May 2025 15:57:37 +0200 Subject: [PATCH] filled in the info modal for the upload of the data --- public/css/style.css | 8 +++++- public/index.html | 61 +++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 64 insertions(+), 5 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index d669853..3caebe1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -169,8 +169,8 @@ table tbody td:nth-child(1) { background: #fff; padding: 1.5rem; border-radius: 8px; - max-width: 75vw; min-width: 30vw; + max-width: 75vw; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); position: relative; } @@ -189,3 +189,9 @@ table tbody td:nth-child(1) { .modal-container h2 { margin-top: 0; } + +.json-schemas { + display: flex; + flex-direction: column; + gap: .5em; +} diff --git a/public/index.html b/public/index.html index 4b433fd..9187b58 100644 --- a/public/index.html +++ b/public/index.html @@ -144,10 +144,63 @@