Skip to content

Commit 6991c45

Browse files
committed
(UI) fix rooms-list height
1 parent 7568436 commit 6991c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChatWindow/RoomsList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export default {
138138

139139
<style lang="scss" scoped>
140140
.rooms-container {
141+
display: flex;
142+
flex-flow: column;
141143
flex: 0 0 25%;
142144
min-width: 260px;
143145
max-width: 500px;
@@ -212,7 +214,6 @@ input {
212214
cursor: pointer;
213215
padding: 0 10px 5px;
214216
overflow-y: auto;
215-
height: calc(100% - 69px);
216217
}
217218
218219
.room-item {
@@ -309,7 +310,6 @@ input {
309310
}
310311
311312
.room-list {
312-
height: calc(100% - 63px);
313313
padding: 0 7px 5px;
314314
}
315315

0 commit comments

Comments
 (0)