You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.0 KiB

2 years ago
/* FEATURE WHOLE NOTE */
2 years ago
2 years ago
.meld-encrypt-encrypted-note-view-content{
display: flex;
flex-direction: column;
height: 100%;
3 years ago
}
2 years ago
.meld-encrypt-encrypted-note-view .encrypted-note-message{
text-align: center;
padding-bottom: 0.5em;
3 years ago
}
2 years ago
.meld-encrypt-encrypted-note-view .input-container{
max-width: 400px;
3 years ago
}
2 years ago
.meld-encrypt-encrypted-note-view .content-container{
width: 100%;
height: 90%;
3 years ago
}
2 years ago
.meld-encrypt-encrypted-note-view .is-readable-line-width .content-container{
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
3 years ago
}
2 years ago
.meld-encrypt-encrypted-note-view .editor-reading-view{
user-select: text;
}
2 years ago
.meld-encrypt-encrypted-note-view .editor-reading-view,
.meld-encrypt-encrypted-note-view .editor-source-view{
height: 100%;
3 years ago
}
2 years ago
/* END FEATURE WHOLE NOTE */
/* FEATURE IN LINE */
.meld-encrypt-inline-reading-marker {
cursor: pointer;
3 years ago
}
2 years ago
.meld-encrypt-decrypt-modal textarea{
width: 100%;
min-height: 3em;
resize: vertical;
3 years ago
}
2 years ago
/* END FEATURE IN LINE */