@@ -132,7 +132,7 @@ body .comment-container.review {
132
132
position : relative;
133
133
}
134
134
135
- body # main > .comment-container > .review-comment-container > .review-comment-header : not (: nth-last-child (2 )) {
135
+ body # main > .comment-container > .review-comment-container > .review-comment-header : not (: nth-last-child (2 )) {
136
136
border-bottom : 1px solid var (--vscode-editorHoverWidget-border );
137
137
}
138
138
@@ -178,6 +178,11 @@ body .comment-container .review-comment-header {
178
178
height : 14px ;
179
179
}
180
180
181
+ .status-scroll {
182
+ max-height : 220px ;
183
+ overflow-y : auto;
184
+ }
185
+
181
186
.status-check {
182
187
display : flex;
183
188
align-items : center;
@@ -325,11 +330,11 @@ button.input-box {
325
330
border-bottom-right-radius : 3px ;
326
331
}
327
332
328
- # status-checks .merge-select-container > * {
333
+ # status-checks .merge-select-container > * {
329
334
margin-right : 5px ;
330
335
}
331
336
332
- # status-checks .merge-select-container > select {
337
+ # status-checks .merge-select-container > select {
333
338
margin-left : 5px ;
334
339
}
335
340
@@ -343,10 +348,10 @@ button.input-box {
343
348
padding : 16px ;
344
349
}
345
350
346
- body .comment-container .review-comment-header > span ,
347
- body .comment-container .review-comment-header > a ,
348
- body .commit .commit-message > a ,
349
- body .merged .merged-message > a {
351
+ body .comment-container .review-comment-header > span ,
352
+ body .comment-container .review-comment-header > a ,
353
+ body .commit .commit-message > a ,
354
+ body .merged .merged-message > a {
350
355
margin-right : 6px ;
351
356
}
352
357
@@ -370,7 +375,8 @@ body .diff .diffPath {
370
375
margin-right : 4px ;
371
376
}
372
377
373
- .comment-container form , # merge-comment-form {
378
+ .comment-container form ,
379
+ # merge-comment-form {
374
380
padding : 16px ;
375
381
background-color : var (--vscode-editorWidget-background );
376
382
}
@@ -388,16 +394,16 @@ body .comment-container .review-comment-container .review-comment-body {
388
394
border : none;
389
395
}
390
396
391
- body .comment-container .comment-body > p ,
392
- body .comment-container .comment-body > div > p ,
393
- .comment-container .review-body > p {
397
+ body .comment-container .comment-body > p ,
398
+ body .comment-container .comment-body > div > p ,
399
+ .comment-container .review-body > p {
394
400
margin-top : 0 ;
395
401
line-height : 1.5em ;
396
402
}
397
403
398
- body .comment-container .comment-body > p : last-child ,
399
- body .comment-container .comment-body > div > p : last-child ,
400
- .comment-container .review-body > p : last-child {
404
+ body .comment-container .comment-body > p : last-child ,
405
+ body .comment-container .comment-body > div > p : last-child ,
406
+ .comment-container .review-body > p : last-child {
401
407
margin-bottom : 0 ;
402
408
}
403
409
@@ -496,7 +502,7 @@ body button .icon {
496
502
padding : 0 5px ;
497
503
}
498
504
499
- : not (.status-item ) > .small-button {
505
+ : not (.status-item )> .small-button {
500
506
font-weight : 600 ;
501
507
}
502
508
@@ -697,7 +703,7 @@ body button .icon {
697
703
border : none;
698
704
}
699
705
700
- .comment-container [data-type = 'commit' ] + .comment-container [data-type = 'commit' ] {
706
+ .comment-container [data-type = 'commit' ]+ .comment-container [data-type = 'commit' ] {
701
707
border-top : none;
702
708
}
703
709
@@ -773,8 +779,8 @@ textarea {
773
779
justify-content : flex-end;
774
780
}
775
781
776
- .comment-form .form-actions > button ,
777
- .comment-form .form-actions > input [type = 'submit' ] {
782
+ .comment-form .form-actions > button ,
783
+ .comment-form .form-actions > input [type = 'submit' ] {
778
784
margin-right : 0 ;
779
785
margin-left : 0 ;
780
786
}
@@ -797,7 +803,7 @@ textarea {
797
803
flex-direction : row-reverse;
798
804
}
799
805
800
- .main-comment-form > .form-actions {
806
+ .main-comment-form > .form-actions {
801
807
margin-bottom : 10px ;
802
808
}
803
809
@@ -866,19 +872,19 @@ h3 {
866
872
border-collapse : collapse;
867
873
}
868
874
869
- .comment-body table > thead > tr > th {
875
+ .comment-body table > thead > tr > th {
870
876
text-align : left;
871
877
border-bottom : 1px solid;
872
878
}
873
879
874
- .comment-body table > thead > tr > th ,
875
- .comment-body table > thead > tr > td ,
876
- .comment-body table > tbody > tr > th ,
877
- .comment-body table > tbody > tr > td {
880
+ .comment-body table > thead > tr > th ,
881
+ .comment-body table > thead > tr > td ,
882
+ .comment-body table > tbody > tr > th ,
883
+ .comment-body table > tbody > tr > td {
878
884
padding : 5px 10px ;
879
885
}
880
886
881
- .comment-body table > tbody > tr + tr > td {
887
+ .comment-body table > tbody > tr + tr > td {
882
888
border-top : 1px solid;
883
889
}
884
890
@@ -918,7 +924,7 @@ code {
918
924
}
919
925
920
926
.comment-body pre : not (.hljs ),
921
- .comment-body pre .hljs code > div {
927
+ .comment-body pre .hljs code > div {
922
928
padding : 16px ;
923
929
border-radius : 3px ;
924
930
overflow : auto;
@@ -942,12 +948,12 @@ code {
942
948
}
943
949
944
950
.vscode-light .comment-body pre : not (.hljs ),
945
- .vscode-light .comment-body code > div {
951
+ .vscode-light .comment-body code > div {
946
952
background-color : rgba (220 , 220 , 220 , 0.4 );
947
953
}
948
954
949
955
.vscode-dark .comment-body pre : not (.hljs ),
950
- .vscode-dark .comment-body code > div {
956
+ .vscode-dark .comment-body code > div {
951
957
background-color : rgba (10 , 10 , 10 , 0.4 );
952
958
}
953
959
@@ -972,23 +978,23 @@ code {
972
978
border : 1px solid var (--vscode-panel-border );
973
979
}
974
980
975
- .vscode-light .comment-body table > thead > tr > th {
981
+ .vscode-light .comment-body table > thead > tr > th {
976
982
border-color : rgba (0 , 0 , 0 , 0.69 );
977
983
}
978
984
979
- .vscode-dark .comment-body table > thead > tr > th {
985
+ .vscode-dark .comment-body table > thead > tr > th {
980
986
border-color : rgba (255 , 255 , 255 , 0.69 );
981
987
}
982
988
983
989
.vscode-light .comment-body h1 ,
984
990
.vscode-light .comment-body hr ,
985
- .vscode-light .comment-body table > tbody > tr + tr > td {
991
+ .vscode-light .comment-body table > tbody > tr + tr > td {
986
992
border-color : rgba (0 , 0 , 0 , 0.18 );
987
993
}
988
994
989
995
.vscode-dark .comment-body h1 ,
990
996
.vscode-dark .comment-body hr ,
991
- .vscode-dark .comment-body table > tbody > tr + tr > td {
997
+ .vscode-dark .comment-body table > tbody > tr + tr > td {
992
998
border-color : rgba (255 , 255 , 255 , 0.18 );
993
999
}
994
1000
@@ -1188,8 +1194,8 @@ code {
1188
1194
min-width : 42px ;
1189
1195
}
1190
1196
1191
- .action-bar > button ,
1192
- .flex-action-bar > button {
1197
+ .action-bar > button ,
1198
+ .flex-action-bar > button {
1193
1199
margin-left : 4px ;
1194
1200
margin-right : 4px ;
1195
1201
}
@@ -1198,7 +1204,7 @@ code {
1198
1204
flex-grow : 1 ;
1199
1205
}
1200
1206
1201
- .title-editing-form > .form-actions {
1207
+ .title-editing-form > .form-actions {
1202
1208
margin-left : 0 ;
1203
1209
}
1204
1210
0 commit comments