Skip to content

Commit ade06a6

Browse files
committed
(UI) improve room list spacing
1 parent ba7f52b commit ade06a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ChatWindow/RoomsList.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ input {
210210
position: relative;
211211
max-width: 100%;
212212
cursor: pointer;
213-
padding: 0 5px 5px;
213+
padding: 0 10px 5px;
214214
overflow-y: auto;
215215
height: calc(100% - 69px);
216216
}
@@ -310,6 +310,7 @@ input {
310310
311311
.room-list {
312312
height: calc(100% - 63px);
313+
padding: 0 7px 5px;
313314
}
314315
315316
input {

0 commit comments

Comments
 (0)