Refactor code

This commit is contained in:
Sauli Anto
2019-10-01 23:11:51 +03:00
parent 5011fe40b0
commit f89affbc3f
8 changed files with 126 additions and 116 deletions

View File

@@ -7,13 +7,9 @@
flex-wrap: nowrap;
& .ck.ck-math-preview {
user-select: none;
}
/* FIXME: mathjax isn't working with .ck.ck-reset_all * without this fix*/
& .ck.ck-math-preview * {
vertical-align: initial;
text-align: center;
// Todo: calculate content size
width: 234px;
height: 10em;
}
@mixin ck-media-phone {
@@ -35,4 +31,4 @@
flex-basis: 50%;
}
}
}
}