@@ -337,35 +337,20 @@ feedback-stars {
337
337
338
338
.full-articles .doc {
339
339
margin : 0 0 0 2em ;
340
- }
341
-
342
- .enlighter-default {
343
- margin : 0 !important ;
344
- }
345
-
346
- gcx-full-code {
347
- border : 1px solid # CED4DF ;
348
340
-ms-overflow-style : none;
349
341
/* for Internet Explorer, Edge */
350
342
scrollbar-width : none;
351
343
/* for Firefox */
352
344
overflow-y : scroll;
345
+ padding : 0 ;
346
+ height : auto!important ;
353
347
}
354
348
355
349
gcx-full-code ::-webkit-scrollbar {
356
350
display : none;
357
351
/* for Chrome, Safari, and Opera */
358
352
}
359
353
360
- .full-articles .doc {
361
- -ms-overflow-style : none;
362
- /* for Internet Explorer, Edge */
363
- scrollbar-width : none;
364
- /* for Firefox */
365
- overflow-y : scroll;
366
- padding : 0 ;
367
- }
368
-
369
354
.full-articles .doc ::-webkit-scrollbar {
370
355
display : none;
371
356
/* for Chrome, Safari, and Opera */
@@ -407,16 +392,18 @@ schema#gcx-schema {
407
392
z-index : 999 ;
408
393
}
409
394
410
- .full-articles .doc {
411
- height : auto!important ;
412
- }
413
-
414
395
gcx-full {
415
396
width : 100% ;
416
397
position : relative;
417
398
}
418
399
419
400
gcx-full-code {
401
+ border : 1px solid # CED4DF ;
402
+ -ms-overflow-style : none;
403
+ /* for Internet Explorer, Edge */
404
+ scrollbar-width : none;
405
+ /* for Firefox */
406
+ overflow-y : scroll;
420
407
flex : 0 1 50% ;
421
408
min-width : auto;
422
409
position : relative;
@@ -941,6 +928,7 @@ label.switch_label:after {
941
928
942
929
.enlighter-default {
943
930
font-family : 'Roboto Mono' , monospace!important ;
931
+ margin : 0 !important ;
944
932
}
945
933
946
934
.enlighter-t-bootstrap4 .enlighter-m0 {
@@ -1010,10 +998,6 @@ label.switch_label:after {
1010
998
background-color : # 20293A!important ;
1011
999
}
1012
1000
1013
- .dark-mode .doc .sect1 .active {
1014
- background-color : # 20293A!important ;
1015
- }
1016
-
1017
1001
.dark-mode .enlighter-t-bootstrap4 div .enlighter > div .enlighter-special {
1018
1002
background-color : # 20293A!important ;
1019
1003
}
0 commit comments