1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Desktop: WYSIWYG: Getting links to work

This commit is contained in:
Laurent Cozic
2020-03-27 18:26:52 +00:00
parent c3360d6c48
commit 11d8466db1
6 changed files with 174 additions and 7 deletions

View File

@ -271,9 +271,13 @@ module.exports = function(theme) {
display: none;
}
/* =============================================== */
/* For TinyMCE */
/* =============================================== */
.mce-content-body {
padding: 5px 10px 10px 10px;
/* Note: we give a bit more padding at the bottom, to allow scrolling past the end of the document */
padding: 5px 10px 10em 10px;
}
.mce-content-body code {
@ -292,6 +296,10 @@ module.exports = function(theme) {
opacity: 0.5;
}
/* =============================================== */
/* For TinyMCE */
/* =============================================== */
@media print {
body {
height: auto !important;