We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7568436 commit 6991c45Copy full SHA for 6991c45
src/ChatWindow/RoomsList.vue
@@ -138,6 +138,8 @@ export default {
138
139
<style lang="scss" scoped>
140
.rooms-container {
141
+ display: flex;
142
+ flex-flow: column;
143
flex: 0 0 25%;
144
min-width: 260px;
145
max-width: 500px;
@@ -212,7 +214,6 @@ input {
212
214
cursor: pointer;
213
215
padding: 0 10px 5px;
216
overflow-y: auto;
- height: calc(100% - 69px);
217
}
218
219
.room-item {
@@ -309,7 +310,6 @@ input {
309
310
311
312
.room-list {
- height: calc(100% - 63px);
313
padding: 0 7px 5px;
314
315
0 commit comments