hide "type around" controls in printed PDF, closes #1129

This commit is contained in:
zadam 2020-06-24 20:44:00 +02:00
parent 2b757bfccd
commit 263b65997c

View File

@ -324,3 +324,9 @@
display: none; display: none;
} }
} }
/* !!!!!! TRILIUM CUSTOM CHANGES !!!!!! */
.ck-widget__type-around { /* gets rid of triangles: https://github.com/zadam/trilium/issues/1129 */
display: none;
}