From ce0efbccd41e39689b4a9f5c4602c3b8674b9245 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:01:02 -0500 Subject: [PATCH] body and waveform updates --- style/style.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/style/style.css b/style/style.css index 0bff5ef..fca10ff 100644 --- a/style/style.css +++ b/style/style.css @@ -1,6 +1,9 @@ html, body { - margin: 0; - padding: 0; +} + +body { + background-color: #f0f0f0; + align: center; } #sp-root { @@ -11,15 +14,31 @@ html, body { } #background { - position: absolute; + position: absolute; z-index: -1; + background-color: #000000; +} + + +/* +#waveform { + padding: 25px; } +*/ +#waveform ::part(wrapper) { + height: 250px; +} + +#waveform ::part(region-content) { + overflow-wrap: break-all; +} #waveform ::part(region) { font-family: "Roboto Condensed", sans-serif; font-weight: 400; font-style: normal; + height: 100%; /* background-color: rgba(0, 0, 100, 0.25) !important; border: 1px solid #fff; -- 2.34.1