File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1010
1111.git-signs-gutter {
1212 .cm-gutterElement {
13+ /* Needed to align the sign properly for different line heigts. Such as
14+ * when having a heading or list item.
15+ */
1316 padding-top : 0 !important ;
1417 }
1518}
@@ -270,7 +273,7 @@ which itself is adapted from the diff2html library with the following original l
270273 .d2h-diff-table {
271274 border-collapse : collapse;
272275 font-family : var (--font-monospace );
273- font-size : var (--font-text -size );
276+ font-size : var (--code -size );
274277 width : 100% ;
275278 }
276279 .d2h-files-diff {
@@ -281,6 +284,8 @@ which itself is adapted from the diff2html library with the following original l
281284 overflow-y: scroll;
282285 */
283286 border-radius : 5px ;
287+ font-size : var (--font-text-size );
288+ line-height : var (--line-height-normal );
284289 }
285290 .d2h-file-side-diff {
286291 display : inline-block;
You can’t perform that action at this time.
0 commit comments