From 1510c9661db5b2286a0e00dc2e4c7c272d7f3e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 27 Feb 2024 21:07:59 +0100 Subject: [PATCH] feat: add phase audio test --- src/index.css | 17 +++++++ src/routes/audio/+page.svelte | 3 ++ src/routes/audio/phase.svelte | 91 +++++++++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 src/routes/audio/phase.svelte diff --git a/src/index.css b/src/index.css index 232fced..7c19cf8 100644 --- a/src/index.css +++ b/src/index.css @@ -38,6 +38,23 @@ button, .button { background: black; color: white; + + &:disabled { + opacity: 0.7; + } +} + +input[type="number"] { + background: transparent; + color: white; + border: 1px solid white; + border-radius: 4px; + padding: 0.2em; + + &:disabled { + opacity: 0.7; + pointer-events: none; + } } select { diff --git a/src/routes/audio/+page.svelte b/src/routes/audio/+page.svelte index 1bb0fd7..2f42fe0 100644 --- a/src/routes/audio/+page.svelte +++ b/src/routes/audio/+page.svelte @@ -1,5 +1,6 @@
@@ -15,6 +16,8 @@
  • 7.1 Surround
  • +

    Phase test

    +