Skip to content

Commit 52efa5c

Browse files
committed
(UI) fix search box height
1 parent 6f76d89 commit 52efa5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ChatWindow/RoomsList.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ export default {
157157
position: sticky;
158158
display: flex;
159159
align-items: center;
160-
height: 44px;
161-
padding: 10px 15px;
160+
height: 64px;
161+
padding: 0 15px;
162162
}
163163
164164
.icon-search {
@@ -305,7 +305,7 @@ input {
305305
306306
@media only screen and (max-width: 768px) {
307307
.box-search {
308-
height: 38px;
308+
height: 58px;
309309
}
310310
311311
.room-list {

0 commit comments

Comments
 (0)