Commit 05e8eac 1 parent 4332d5e commit 05e8eac Copy full SHA for 05e8eac
File tree 2 files changed +10
-6
lines changed
client/src/components/marginals
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,9 @@ const useStyles = makeStyles((theme) => ({
234
234
searchField : {
235
235
width : '100%' ,
236
236
color : theme . palette . primary . blue50 ,
237
- paddingBottom : '0px' ,
237
+ '& input' : {
238
+ paddingLeft : '20px' ,
239
+ } ,
238
240
} ,
239
241
trendingArticles : {
240
242
position : 'absoulte' ,
@@ -254,18 +256,18 @@ const useStyles = makeStyles((theme) => ({
254
256
position : 'absolute' ,
255
257
background : '#FEFEFF' ,
256
258
width : '100%' ,
257
- padding : '20px' ,
258
259
zIndex : '20022' ,
259
260
borderRadius : '0px 0px 5px 5px' ,
260
261
border : '1px #ECEDEC' ,
261
262
borderStyle : 'none solid solid' ,
262
263
boxShadow : '0px 0px 5px grey' ,
263
264
display : ( _ ) => ( _ . isSearchActive ? 'block' : 'none' ) ,
265
+ paddingLeft : '20px' ,
264
266
} ,
265
267
trendingList : {
266
268
fontFamily : theme . typography . fontFamily ,
267
269
alignItems : 'center' ,
268
- paddingBottom : '8px ' ,
270
+ paddingBottom : '12px ' ,
269
271
paddingTop : '8px' ,
270
272
cursor : 'pointer' ,
271
273
} ,
Original file line number Diff line number Diff line change @@ -278,7 +278,9 @@ const useStyles = makeStyles((theme) => ({
278
278
searchField : {
279
279
width : '100%' ,
280
280
color : theme . palette . primary . blue50 ,
281
- paddingBottom : '0px' ,
281
+ '& input' : {
282
+ paddingLeft : '20px' ,
283
+ } ,
282
284
} ,
283
285
trendingArticles : {
284
286
position : 'absoulte' ,
@@ -301,18 +303,18 @@ const useStyles = makeStyles((theme) => ({
301
303
position : 'absolute' ,
302
304
background : '#FEFEFF' ,
303
305
width : '100%' ,
304
- padding : '20px' ,
305
306
zIndex : '20022' ,
306
307
borderRadius : '0px 0px 5px 5px' ,
307
308
border : '1px #ECEDEC' ,
308
309
borderStyle : 'none solid solid' ,
309
310
boxShadow : '0px 0px 5px grey' ,
310
311
display : ( _ ) => ( _ . isSearchActive ? 'block' : 'none' ) ,
312
+ paddingLeft : '20px' ,
311
313
} ,
312
314
trendingList : {
313
315
fontFamily : theme . typography . fontFamily ,
314
316
alignItems : 'center' ,
315
- paddingBottom : '8px ' ,
317
+ paddingBottom : '12px ' ,
316
318
paddingTop : '8px' ,
317
319
cursor : 'pointer' ,
318
320
} ,
You can’t perform that action at this time.
0 commit comments