Cleaned up channels list header/description

 Better scrollarea definition for messages area
 Logging http errors in catch statement on auth init
This commit is contained in:
shockrah
2021-03-07 13:47:41 -08:00
parent 12936d5b1a
commit 784043fc89
2 changed files with 16 additions and 9 deletions

View File

@@ -10,3 +10,8 @@
background: $text;
border-radius: 10px;
}
.scrollarea {
max-height: 100vh;
overflow: scroll;
}