From 73e5856d011ceb6763ba6d2fc1e62a8c914729e9 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 24 Jun 2024 10:59:58 -0500 Subject: [PATCH] Temp CSS and HTML fix --- webpage/index.html | 2 +- webpage/style.css | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/webpage/index.html b/webpage/index.html index 10e26b9..0656ee8 100644 --- a/webpage/index.html +++ b/webpage/index.html @@ -40,7 +40,7 @@ - +
diff --git a/webpage/style.css b/webpage/style.css index 69db6d1..45c7622 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -239,10 +239,11 @@ p { } #channels { + --top-height: 28px; background-color: var(--channels-bg); - height: 100dvh; - height: -webkit-fill-available; - height: -moz-available; + position: absolute; + top: var(--top-height); + height: calc(100dvh - 53px - var(--top-height)); width: 2.5in; overflow: auto; user-select: none; @@ -588,6 +589,11 @@ textarea { width: 2.5in; position: absolute; bottom: 0; + /* position: absolute; */ +} + +#channels-td { + padding-right: 240px; } #settings {