File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 264
264
</div >
265
265
266
266
<div class =" select-border-radius" >
267
- <div >Margin: {padding - 10 }</div >
267
+ <div >Margin: {padding - 10 }px </div >
268
268
<input
269
269
type =" range"
270
270
name =" "
275
275
/>
276
276
</div >
277
277
<div class =" select-border-radius" >
278
- <div >Border radius: {borderRadius }</div >
278
+ <div >Border radius: {borderRadius }px </div >
279
279
<input
280
280
type =" range"
281
281
name =" "
386
386
place-items : center ;
387
387
height : fit-content ;
388
388
min-height : 100vh ;
389
+ margin-right : max (340px , 20% );
389
390
}
390
391
.controller {
391
392
width : max (340px , 20% );
392
393
display : flex ;
393
394
flex-direction : column ;
394
- font-family : ' SF Pro Display Regular'
395
+ font-family : ' SF Pro Display Regular' ;
396
+ position : fixed ;
397
+ height : 100vh ;
398
+ right : 0 ;
399
+ background : white ;
395
400
}
396
401
.options {
397
402
padding : 20px 20px ;
410
415
background : #0d6efd ;
411
416
color : rgb (250 , 250 , 250 );
412
417
font-family : ' SF Pro Display Medium' ;
413
- // margin: 18px 16px 16px;
414
418
}
415
419
}
416
420
#codeSnippet {
You can’t perform that action at this time.
0 commit comments