We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1850e4e commit 66ed091Copy full SHA for 66ed091
1 file changed
public/css/app.css
@@ -73,6 +73,8 @@ div {
73
}
74
75
.chat-column {
76
+ display: flex;
77
+ flex-direction: column;
78
height: 90%;
79
padding: 0.9375rem 0 0.625rem 0;
80
margin: auto;
@@ -82,6 +84,7 @@ div {
82
84
83
85
86
.user-typing {
87
+ flex: 0;
88
border: none;
89
color: #8d25e8;
90
margin: 0.75rem;
@@ -93,7 +96,7 @@ div {
93
96
94
97
overflow-y: auto;
95
98
overflow-x: hidden;
- height: calc(100% - 4rem);
99
+ flex: 1;
100
101
102
.message-inner {
0 commit comments