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 6f76d89 commit 52efa5cCopy full SHA for 52efa5c
src/ChatWindow/RoomsList.vue
@@ -157,8 +157,8 @@ export default {
157
position: sticky;
158
display: flex;
159
align-items: center;
160
- height: 44px;
161
- padding: 10px 15px;
+ height: 64px;
+ padding: 0 15px;
162
}
163
164
.icon-search {
@@ -305,7 +305,7 @@ input {
305
306
@media only screen and (max-width: 768px) {
307
.box-search {
308
- height: 38px;
+ height: 58px;
309
310
311
.room-list {
0 commit comments