Spaces:
Building
Building
Update flare-ui/src/app/components/chat/chat.component.scss
Browse files
flare-ui/src/app/components/chat/chat.component.scss
CHANGED
@@ -32,6 +32,11 @@
|
|
32 |
}
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
.chat-card {
|
36 |
height: calc(100vh - 200px);
|
37 |
display: flex;
|
|
|
32 |
}
|
33 |
}
|
34 |
|
35 |
+
.locale-select {
|
36 |
+
width: 100%;
|
37 |
+
margin-bottom: 16px;
|
38 |
+
}
|
39 |
+
|
40 |
.chat-card {
|
41 |
height: calc(100vh - 200px);
|
42 |
display: flex;
|