Temp CSS and HTML fix

This commit is contained in:
MathMan05 2024-06-24 10:59:58 -05:00
parent cd9b22d084
commit 73e5856d01
2 changed files with 10 additions and 4 deletions

View file

@ -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 {