From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:01:02 +0000 (-0500) Subject: body and waveform updates X-Git-Tag: v1.0~2 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=ce0efbccd41e39689b4a9f5c4602c3b8674b9245;p=m29-web-sfp.git body and waveform updates --- 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;