File tree Expand file tree Collapse file tree 2 files changed +13
-16
lines changed Expand file tree Collapse file tree 2 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ describe('Task Requests', () => {
107
107
expect (
108
108
await modal . evaluate ( ( el ) => el . classList . contains ( 'hidden' ) ) ,
109
109
) . toBe ( false ) ;
110
- await page . mouse . click ( 20 , 20 ) ;
110
+ await page . mouse . click ( 200 , 200 ) ;
111
111
expect (
112
112
await modal . evaluate ( ( el ) => el . classList . contains ( 'hidden' ) ) ,
113
113
) . toBe ( true ) ;
Original file line number Diff line number Diff line change 56
56
max-width : 1440px ;
57
57
margin : 0 auto;
58
58
padding : 2.5rem ;
59
+ position : relative;
59
60
}
60
61
.container__filters {
61
62
margin : 1rem 0 ;
@@ -140,12 +141,11 @@ body {
140
141
border-radius : 0.31rem ;
141
142
flex-direction : column;
142
143
align-items : center;
143
- padding : 10 px ;
144
- padding-bottom : 1 rem ;
144
+ padding : 1 rem ;
145
+ padding-bottom : 1.5 rem ;
145
146
z-index : 2 ;
146
147
position : absolute;
147
- top : 11.25rem ;
148
- right : 1rem ;
148
+ top : 5.5rem ;
149
149
background-color : var (--white );
150
150
}
151
151
@@ -163,6 +163,7 @@ body {
163
163
.selected {
164
164
background-color : var (--dark-gray-color );
165
165
}
166
+
166
167
.sort-container : hover {
167
168
background-color : var (--color-gray-light );
168
169
}
@@ -181,12 +182,10 @@ body {
181
182
border-radius : 0.31rem ;
182
183
flex-direction : column;
183
184
align-items : center;
184
- padding : 10px ;
185
- padding-bottom : 1rem ;
186
- z-index : 1 ;
185
+ padding : 1rem ;
186
+ padding-bottom : 1.5rem ;
187
187
position : absolute;
188
- top : 11.25rem ;
189
- right : 1rem ;
188
+ top : 5.5rem ;
190
189
background-color : var (--white );
191
190
}
192
191
@@ -279,16 +278,14 @@ body {
279
278
font-weight : 600 ;
280
279
text-align : center;
281
280
font-size : 1.5rem ;
282
- margin : 2 rem ;
283
- width : 100 vw ;
281
+ width : 100 % ;
282
+ position : absolute ;
284
283
}
285
284
.taskRequest__message--error {
286
285
color : var (--color-error );
287
286
font-weight : 600 ;
288
287
text-align : center;
289
288
font-size : 1.5rem ;
290
- margin : 2rem ;
291
- width : 100vw ;
292
289
}
293
290
.taskRequest__card {
294
291
cursor : pointer;
@@ -394,7 +391,7 @@ body {
394
391
395
392
.filter-modal ,
396
393
.sort-modal {
397
- top : 10 .5rem ;
394
+ top : 4 .5rem ;
398
395
}
399
396
.funnel-icon {
400
397
margin : auto;
@@ -408,7 +405,7 @@ body {
408
405
409
406
.filter-modal ,
410
407
.sort-modal {
411
- top : 10 rem ;
408
+ top : 4 rem ;
412
409
}
413
410
}
414
411
@media (max-width : 1439px ) {
You can’t perform that action at this time.
0 commit comments