mirror of https://github.com/status-im/codimd.git
Merge pull request #832 from liuderchi/fix/checkbox-style-slide-mode
fix(slide): adjust checkbox size
This commit is contained in:
commit
ef1097c58d
|
@ -81,7 +81,8 @@
|
|||
.task-list-item-checkbox {
|
||||
font-size: inherit;
|
||||
height: 1em;
|
||||
margin: 0.2em 0 0.2em -0.65em !important;
|
||||
transform: scale(2);
|
||||
margin: 0.15em 0 0.15em -0.84em !important;
|
||||
}
|
||||
|
||||
pre code .wrapper {
|
||||
|
|
Loading…
Reference in New Issue