Some hacky chat css
This commit is contained in:
parent
555191009c
commit
66bf42cb61
2 changed files with 2 additions and 4 deletions
|
@ -78,7 +78,7 @@
|
||||||
#chat-container {
|
#chat-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 3em);
|
height: calc(100vh - $navbar_height);
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
/*border-radius: 0 4px 0 0;*/
|
/*border-radius: 0 4px 0 0;*/
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
@ -220,5 +220,6 @@
|
||||||
@media (max-width: 799px) {
|
@media (max-width: 799px) {
|
||||||
#chat-area {
|
#chat-area {
|
||||||
height: calc(100vh - $navbar_height_mobile);
|
height: calc(100vh - $navbar_height_mobile);
|
||||||
|
max-height: -webkit-fill-available;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -195,9 +195,6 @@
|
||||||
#chat-input-container {
|
#chat-input-container {
|
||||||
padding-left: 3%;
|
padding-left: 3%;
|
||||||
}
|
}
|
||||||
#chat-area {
|
|
||||||
padding-bottom: 1.5em;
|
|
||||||
}
|
|
||||||
.back-button {
|
.back-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue