mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
Add engine option
This commit is contained in:
@@ -6,6 +6,16 @@
|
||||
flex-direction: row;
|
||||
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;
|
||||
}
|
||||
|
||||
@mixin ck-media-phone {
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -25,11 +35,4 @@
|
||||
flex-basis: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* FIXME: mathjax isn't working with .ck.ck-reset_all * without this fix*/
|
||||
.ck.ck-math-preview * {
|
||||
vertical-align: initial;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user