Skip to content

Commit c7b0907

Browse files
authored
Merge branch 'main' into ccip/tokens-20250509
2 parents 751e8b1 + 57fa808 commit c7b0907

File tree

4 files changed

+388
-67
lines changed

4 files changed

+388
-67
lines changed

src/features/feeds/components/FeedList.module.css

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ div.shutDate > hr {
127127

128128
.filterDropdown_search {
129129
position: relative;
130-
max-width: 200px;
130+
max-width: 350px;
131+
display: flex;
132+
align-items: center;
131133
}
132134

133135
.filterDropdown_searchInput {
@@ -138,6 +140,8 @@ div.shutDate > hr {
138140
background-position: left var(--space-2x) top 50%;
139141
padding-left: var(--space-8x);
140142
background-size: 16px;
143+
flex: 1;
144+
min-width: 0;
141145
}
142146

143147
.detailsLabel {
@@ -161,6 +165,16 @@ div.shutDate > hr {
161165
width: 100%;
162166
max-width: 100%;
163167
}
168+
169+
.clearFilterBtn {
170+
margin-left: var(--space-2x);
171+
}
172+
173+
.filterDropdown_search {
174+
flex-direction: row;
175+
flex-wrap: nowrap;
176+
max-width: 100%;
177+
}
164178
}
165179

166180
.filterDropdown_details summary {
@@ -226,3 +240,11 @@ div.shutDate > hr {
226240
gap: 16px;
227241
align-items: center;
228242
}
243+
244+
.clearFilterBtn {
245+
margin-left: var(--space-2x);
246+
font-size: 14px;
247+
padding: 6px 12px;
248+
white-space: nowrap;
249+
flex-shrink: 0;
250+
}

0 commit comments

Comments
 (0)