File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ const applications = applicationsData.applications;
4141
4242 :global(.search-container) {
4343 position: relative;
44- flex: 1 ;
45- min-width: 250px ;
44+ flex: 2 ;
45+ min-width: 300px ;
4646 }
4747
4848 :global(.search-input) {
@@ -88,7 +88,8 @@ const applications = applicationsData.applications;
8888 background: var(--sl-color-bg);
8989 color: var(--sl-color-white);
9090 font-size: 0.875rem;
91- min-width: 120px;
91+ min-width: 140px;
92+ flex-shrink: 0;
9293 }
9394
9495 :global(.filter-select:focus) {
@@ -113,7 +114,8 @@ const applications = applicationsData.applications;
113114 background: var(--sl-color-bg);
114115 color: var(--sl-color-white);
115116 font-size: 0.875rem;
116- min-width: 100px;
117+ min-width: 120px;
118+ flex-shrink: 0;
117119 }
118120
119121 :global(.clear-filters) {
@@ -326,11 +328,11 @@ const applications = applicationsData.applications;
326328 :global(.top-bar) {
327329 flex-direction: column;
328330 align-items: stretch;
329- gap: 0.75rem;
330331 }
331332
332333 :global(.search-container) {
333334 min-width: auto;
335+ flex: none;
334336 }
335337
336338 :global(.filter-select),
You can’t perform that action at this time.
0 commit comments