Temp CSS and HTML fix
This commit is contained in:
parent
cd9b22d084
commit
73e5856d01
2 changed files with 10 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<td id="channels-td">
|
||||
<div id="channels"></div>
|
||||
<table id="userdock">
|
||||
<tr>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue