Skip to content

Commit ef1097c

Browse files
authored
Merge pull request #832 from liuderchi/fix/checkbox-style-slide-mode
fix(slide): adjust checkbox size
2 parents 12ab900 + 334707e commit ef1097c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/css/slide.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
.task-list-item-checkbox {
8282
font-size: inherit;
8383
height: 1em;
84-
margin: 0.2em 0 0.2em -0.65em !important;
84+
transform: scale(2);
85+
margin: 0.15em 0 0.15em -0.84em !important;
8586
}
8687

8788
pre code .wrapper {

0 commit comments

Comments
 (0)