File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 320
320
flex-direction : column;
321
321
margin-left : 14px ;
322
322
margin-bottom : 400px ;
323
- width : calc (100% - 68 px );
323
+ width : calc (100% - 60 px );
324
324
}
325
325
.vp-block {
326
326
position : relative;
327
- min- width: 205 px ;
327
+ width : 100 % ;
328
328
min-height : 25px ;
329
329
z-index : 1 ;
330
330
text-align : left;
822
822
}
823
823
.vp-apiblock-codeline-ellipsis {
824
824
width : 100% ;
825
- background-color : rgba (255 , 255 , 255 , 0.5 );
825
+ /* background-color: rgba(255, 255, 255, 0.5); */
826
826
color : var (--font-primary );
827
827
font-size : 12px ;
828
828
text-indent : 0.5em ;
Original file line number Diff line number Diff line change @@ -1487,9 +1487,9 @@ define([
1487
1487
1488
1488
if ( isColor == true ) {
1489
1489
if ( this . getBlockType ( ) == BLOCK_CODELINE_TYPE . TEXT ) {
1490
- $ ( this . getBlockMainDom ( ) ) . css ( STR_BORDER_LEFT , '2px solid var(--highlight-color' ) ;
1490
+ $ ( this . getBlockMainDom ( ) ) . css ( STR_BORDER_LEFT , '2px solid var(--highlight-color) ' ) ;
1491
1491
} else {
1492
- $ ( this . getBlockMainDom ( ) ) . css ( STR_BORDER , '2px solid var(--highlight-color' ) ;
1492
+ $ ( this . getBlockMainDom ( ) ) . css ( STR_BORDER , '2px solid var(--highlight-color) ' ) ;
1493
1493
}
1494
1494
}
1495
1495
}
You can’t perform that action at this time.
0 commit comments