diff --git a/web/superball-shared.css b/web/superball-shared.css index 5006eab..d183b38 100644 --- a/web/superball-shared.css +++ b/web/superball-shared.css @@ -142,7 +142,8 @@ button:active { label { display: block; font-weight: bold; - margin-bottom: 3px; + margin-bottom: 2px; + margin-top: 7px; font-family: var(--font-family); color: var(--primary-color); } @@ -744,11 +745,6 @@ small { margin: 20px; } */ -label { - display: block; - margin-bottom: 5px; - font-weight: bold; -} textarea { width: 100%; @@ -788,4 +784,20 @@ textarea { .tab-content.active { display: block; -} \ No newline at end of file +} + +.fetched-event { + background: var(--secondary-color); + border: 1px solid var(--muted-color); + border-radius: 4px; + padding: 10px; + font-family: var(--font-family); + font-size: 16px; + white-space: pre-wrap; + word-wrap: break-word; + max-height: 400px; + overflow-y: auto; + margin: 10px 0; + color: var(--primary-color); + display: none; +} diff --git a/web/superball.html b/web/superball.html index 621113a..f2bf045 100644 --- a/web/superball.html +++ b/web/superball.html @@ -27,23 +27,26 @@