Skip to content

Commit

Permalink
fix: Channel search responsive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Aug 2, 2022
1 parent 60aca07 commit 2de797b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2/styles/ChannelSearch/ChannelSearch-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
align-items: center;
flex: 1;
padding: var(--str-chat__spacing-2_5);
min-width: 0;

.str-chat__channel-search-input--icon,
.str-chat__channel-search-input--clear-button {
Expand All @@ -35,6 +36,7 @@

input {
flex: 1;
min-width: 0;
}
}
}
Expand Down Expand Up @@ -67,4 +69,3 @@
padding: var(--str-chat__spacing-3) var(--str-chat__spacing-2);
}
}

0 comments on commit 2de797b

Please sign in to comment.