fixed chat container not showing in SB + minor changes

This commit is contained in:
t1enne
2022-09-30 13:17:22 +02:00
parent 892532dfa2
commit 44ef64b3b5
5 changed files with 58 additions and 67 deletions

View File

@@ -9,11 +9,17 @@
.toBottomWrap {
display: flex;
opacity: 0.9;
width: 100%;
justify-content: center;
position: absolute;
bottom: 75px;
bottom: 50px;
color: var(--text-color-secondary);
& .toBottomWrap {
& .toBottomBtn {
border: none;
background-color: gray;
}
}
}
.nameChangeView {
@@ -36,6 +42,7 @@
.chatContainer {
display: grid;
grid-template-rows: 1fr 65px;
background-color: var(--theme-color-background-chat);
height: 100%;
}
.virtuoso {